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?
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
Hello. Your link is broken, would you please update it?