Hi Team,
How do i high light or select a particular row in Xamdatagrid based on one of the column's text while binding.
The text to check for high-lighting is a text property in View Model which i would get from another view model.
Thought of using converters but with converter i would not get the value of text property . How can i achieve this. Any Help.
Hi Matt,
Thanks for the Solution ,
Our requirement is to have the row selected when the grid is loaded.
In your above example say when the Name has a value of name19, That record should be selected.
this is to just notify the User that "Name19" is the value he selected in the previous screen.
Thanks Matt , This Solution works as per our requirement
But when i scroll down Selection is lost , say to the last item i could not see the selected item. Once we starting scrolling records break point is no more hitting Record converter.
this is not a problem for TestConverter.cs. Strange One.
HI,
I could not reproduce your issue.
When I scroll down and scroll up the same record is still selected.
Sincerely, Matt Developer Support Engineer