Hello,
Need some help with Rows in the DataGrid.
Does the grid support creating Row Headers or Row Labels on the rows ?
I know the grid doesnt support Column Locking, but does each row contain some sort or header or row label...
Also..
Is there a way to section off the first 3 rows in the grid to be in a different view, basicly row locking?
So I can scroll down and the top three rows dont scroll of the view. I know the grid support locking the Column Header so they dont scroll, just wondering does this extend to the rows itself ?
Thanks
Allen
Hi Allen,
The styling point for row headers is the RecordSelector class.
The current version of the XamDataGrid does not yet support either column or record locking. This is a feature that has been requested but not yet implemented.
Hey Joe,
Thanks for the info. Ive been looking at the RecordSelector class.
Do you have any examples on how to modify it ?
Could I put text into it ? Maybe Fake out Column locking, but putting the columns text I want locked into the RecordSelector ?
DK