The DataGridJson
does use a sticky row.
If your templates are simple, you can get rid of them and replace your DataGrid
with a DataGridJson
. That’s what I do. It’s faster, has headers and many more features, and doesn’t need template forms.
Or you can just clone it and look at how the headers are managed.