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
2325
Xam Data Grid : Highlight a row based on a value
posted

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.