Hi,
I have an Ultragrid which is used just to display the records of a table. Now, I want to do something when the user selects a row in the grid. I have displayed the grid with the Rowselector and the bound data. I am able to select a row - but don't find one such event that fires when the selected row changes. (Like the 'SelectionChanged' event of the .NET DataGrid) - What is the event I need to trap?
Any help would be greatly appreciated.
Thanks & Regards,
Sangeetha
Yes - The 'AfterRowActivated' event does what I need - Thank you so much for your prompt help.
Look at BeforeRowActivated, AfterRowActivated, BeforeSelectChanged,AfterSelectChanged.
Remember there is a difference between a row being selected and a row being activated. I think you probably want the AfterRowActivated.