Hi,
can you please give me a link or actual sample of how to
implement your AdvBandedGridView as a Windows Forms List Editor?
Thanks,
Udo
We have closed this ticket because another page addresses its subject:
ListEditor.Win.XtraGrid - The corresponding GridListEditor should support the AdvBandedGridView in the grid control
Hi Udo,
I have prepared a small sample that may be helpful to you. My sample is a modified version of the standard GridListEditor.
Note that this sample is not perfect (for instance the required information about bands state and columns placement is not stored in the application model, and so the grid is reset when the corresponding list view is refreshed) and it is meant for illustrating how a similar task can be accomplished.
Due to this fact, you should modify the editor according your specific tasks and populate it directly via code to use a predefined population of bands and columns against the object you planned to show/edit in it.
For this purpose, I have created a new Suggestion with ID S18976 (ListEditor.Win.XtraGrid - The corresponding GridListEditor should support the AdvBandedGridView in the grid control. We'll consider introducing it in the future.
I suggest that you track it, to be automatically notified when its state is changed.
Thanks
Dennis