Hi,
I'm looking for a way to programmatically "click" the first row in a ListGrid. I'm not sure if there's a method for that.
I have 3 ListGrids that display records in a hierarchical fashion.
The second ListGrid usually contains only 1 record. So when the user selects a record from the first ListGrid, I'd like the first row of the second ListGrid to be automatically "clicked".
I can then call the code that fills the 3rd ListGrid automatically, as if the user had clicked on a row in the second ListGrid.
Thanks,
Mike
I'm looking for a way to programmatically "click" the first row in a ListGrid. I'm not sure if there's a method for that.
I have 3 ListGrids that display records in a hierarchical fashion.
The second ListGrid usually contains only 1 record. So when the user selects a record from the first ListGrid, I'd like the first row of the second ListGrid to be automatically "clicked".
I can then call the code that fills the 3rd ListGrid automatically, as if the user had clicked on a row in the second ListGrid.
Thanks,
Mike
Comment