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
660
Can I easily bind Selected Item to some DataRow (two-way)?
posted

 Hi

I use the grid to display a hierarchical multi-level data. I bind the selected datarecord to another control. So that control 'displays' DataRow currently selected in xamDataGrid.

Is there a possibility to select a DataRecord in xamDataGrid having a DataRow only? Can SelectedRow be two-way bound to anything?

This is pretty critical for us right now

Thank you