Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
'SelectionChanged' Event Missing in UltraGrid
posted

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

  • 70
    posted

    Yes - The 'AfterRowActivated' event does what I need - Thank you so much for your prompt help.

     Thanks & Regards,

    Sangeetha

  • 918
    posted

    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.