Made some progress on the grid!
I disided to gave a go with DataGridTableStyle. The idea is to create all possible "views" of the DataGrid, where the fixed DataGridColumn scrolls over the other DataGridColumns (but make it appear like the other DataGridColumns scroll under the fixed ones). To be able to program the scrolling of the fixed DataGridColumns I have implemented some extra events into a custom DataGrid.
- BeforeCellChange
- BeforeColumnChange
- BeforeRowChange
That way I can antisipate all the movements inside the DataGrid and act uppon them. No code posting this time, but if anyone wants some code snippets -mail me.
From monday till friday I will be taking an Office SharePoint Portal Server v2 course at U2U - by Patrick Tisseghem. (JUJ is the word:))
Hopefully I'll find the time to complete the DataGrid next week, after which I will post all the code.
7:06:50 PM
|