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
You just create a syyle for it that sets the Template property to whatever you want. You can look at the default style for it as a starting point.
Unfortunately, you won't be able to fake column locking by just changing the RecordSeelctor because we currently scroll the entire DataRecordPresenter including the RecordSelector. We really need to add that capability into the xamDataGrid.
Thanks for the info :-)
So much fro trying to cheat. hehheeh
I agree xamDataGrid should support this capability. Kind of scarry that it was released with out it in the first place.
I know I used the Infragistics Web Grid, and it did not contain this feature at first either.