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
3305
Are there any examples of using the XamGrid in a MVVM scenario using commands?
posted

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?