Skip to content

Infragistics Community Forum / Cross Platform / Ultimate UI for Xamarin / ‘SelectionChanged’ Event Missing in UltraGrid

‘SelectionChanged’ Event Missing in UltraGrid

New Discussion
Infragistics User
Infragistics User asked on Apr 12, 2008 4:59 AM

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

Sign In to post a reply

Replies

  • 0
    Morris
    Morris answered on Apr 11, 2008 2:25 PM

    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.

  • 0
    Infragistics User
    Infragistics User answered on Apr 12, 2008 4:59 AM

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

     Thanks & Regards,

    Sangeetha

  • You must be logged in to reply to this topic.
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Infragistics User
Favorites
0
Replies
2
Created On
Apr 12, 2008
Last Post
17 years, 10 months ago

Suggested Discussions

Created by

Created on

Apr 12, 2008 4:59 AM

Last activity on

Feb 25, 2026 10:23 AM