I have a Viewmodel object and I am binding my silverlight Grid to it but I would like to expose the Rowselectedchanged event as a command from my view model so I don't have to write the code in the row selected changed event handler in my page (view)
Is this an exposed command and are there any examples that could show me the way?
We have moved to silverlight 4.0 now, and still no one at Infragistics has an answer for this?
a cell clicked or doublicked cammand? is any of this built into the latest control set?
Hi,
I apolgize for not replying to this thread originally, i must have overlooked it.
However, currently we don't have any click/ double click commands for cells/ rows in the XamGrid. All we have right now are events.
Depending on how complex your xamGrid currently is, you could implement your own Columns which expose the commands you need.
A colleague of mine, Devin Rader, wrote an article that shows how to do this:
http://forums.infragistics.com/blogs/devin_rader/archive/2010/07/08/creating-custom-columns-for-xamgrid.aspx
-SteveZ