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
110
How to implement a XamDataGrid with column and row headers?
posted

XamDataGrid  is very powerful. As we know, we can set row headers in the XamDataGrid with the orientation property of ViewSettings to vertical, or turn over it. By setting the orientation to horizontal, the table can have column headers. The exciting functionality of it is headers are fixed on sliding the vertical/horizontal scroll bar. It's powerful. And here's my question:

Is there any way to set a XamDataGrid with headers both in row and column, like an excel sheet? That is, when slide vertical/horizontal scroll bar, headers will be fixed.

Thanks.

BTW: a workaround way is set the background color of first column different with other column to indicate it as an column header. But that column couldn't be fixed on sliding vertical scroll bar.