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
2690
xamgrid RowSelector Click
posted

I have xamGrid with RowSelectorClick which shows the rows selected

 

Is it possible to select multiple rows and based on the selection on the click of buttong performa some action on those rows?

Parents
  • 40030
    Offline posted

    Hi, 

    You can enable multiple row selection. Is that what you're asking how to do: 


    http://help.infragistics.com/NetAdvantage/Silverlight/2010.3/CLR4.0/?page=SL_xamGrid_Enable_Selection.html 

    And in the code behind, you can access the SelectedRows collection

    -SteveZ

Reply Children