Jump to content


leonidus

Member Since 03 Oct 2011
Offline Last Active Mar 04 2013 02:26 PM
-----

Topics I've Started

NxButtonColumn work example

03 February 2013 - 09:59 PM

Hello.

Can you show demo how to use this column type? I can`t find it in the help.

Next Collection trial version

01 October 2012 - 07:26 AM

Hello.

Can I download trial version of Next Collection berofe purchasing?

How to clear selected row?

04 July 2012 - 07:11 PM

Hello.

In my NextGrid I need to clear any selected row(rows). I try this: NextGrid1.SelectedRow:=-1 but this is not working :(

CheckBox question

15 June 2012 - 09:26 AM

In NextGrid I am using 2 columns - Text and CheckBox. After select some item in CheckBox program must find in DB some info and add it in Text cell. Now for this I am using event - OnAfterEdit. But in this case I must after select item in CheckBox click for some row or cell. This is inconvenient. Is it possible get event just after select some item in CheckBox?

Select column

08 June 2012 - 09:05 AM

Hello.

Please help me. I need to select some column for delete all values in each rows. Is it possible in TNextGrid?