I have 2 xamls
Page1 has datagrid
User selects the cell in the Page1's xamgrid
When he clicks he opens Page2(xamgrid with extra details), with the details of the cell selected in page1
This works fine
How do i highlight the row user has selected in the Page1 to hightlight when xamgrid in page2 is populated
I am using the cellcontrolattached but it does not highlight
hi..please tell me the same..i require same code
I got it working by setting the IsSelected property of row to true
Is it required that each cell of the xamgrid's columns should be given a CellStyle to achieve the selected row highlighted in other color
Currently I have RowSelected = true and also the Cellstyle of every column set to specific color
Hi,
How are you trying to highlight it? Are you using the IsSelected property on the Cell or Row?
Do you have a sample that shows what you're trying to do?
-SteveZ