The DataGrid already allows freezing columns with FrozenColumnCount="1" It would be great to be able to freeze rows with FrozenRowCount="1"
(like the Freeze Top Row function in Excel)
Status: Completed
|
Can I know if this suggestion is in your plans? I started using your grid in production, and I'd need this feature to make it perfect :-) |
|
|
Hello Nestor Thanks for your feature request. The frozen rows feature has now been implemented which you can get in the next nightly build. Simply use the FrozenRowCount property, just like for frozen columns. Jason Fauchelle |
|
|
That's fantastic. Thank you very much! Looks great. |
|
|