Repeating the DataGrid header
-
From what I've seen, there's no way to repeat the header in the DataGrid. In my case, I would like to repeat it every 20 or so. It seems rather hard to use the DataGrid with anything more than that and expect people to be able to read it. For now, the regular table seems the better option since it allows more control though more work. Thanks for any help. Ken
-
From what I've seen, there's no way to repeat the header in the DataGrid. In my case, I would like to repeat it every 20 or so. It seems rather hard to use the DataGrid with anything more than that and expect people to be able to read it. For now, the regular table seems the better option since it allows more control though more work. Thanks for any help. Ken
Override ItemCreated and insert a new row similar to your header or just copy the header to the new row. Ken Slight wrote: For now, the regular table seems the better option A datagrid is a table