FreakAzoid
09-12-2001, 06:44 AM
Here is the situation...
column1 column2 column3
row1 xxx yyy zzz
row2 xxx aaa bbb
row3 xxx yyy ccc
[button1]
the grid is tied to a datasource/interbase dataset(sql).
the selectrow is set to true so that when the grid is displayed a row is already selected. as the user clicks on the row header or down/up arrows the current row selection changes. I want to change the enabled status of button1 based upon the current value of column2. But I can't seem to find an event that fires when I press the rowheader or the down/up arrows. Yes I know of the mouseup and key down/up/press BUT am really looking for a better solution.
Thanks...
column1 column2 column3
row1 xxx yyy zzz
row2 xxx aaa bbb
row3 xxx yyy ccc
[button1]
the grid is tied to a datasource/interbase dataset(sql).
the selectrow is set to true so that when the grid is displayed a row is already selected. as the user clicks on the row header or down/up arrows the current row selection changes. I want to change the enabled status of button1 based upon the current value of column2. But I can't seem to find an event that fires when I press the rowheader or the down/up arrows. Yes I know of the mouseup and key down/up/press BUT am really looking for a better solution.
Thanks...