I have a UltraWinGrid with 2 Outlook style grouping bands and when I click on a node I want to add additional nodes and rows to the grid group selected - can someone point me to some sample code that can show me how to do this?
Thanks
Scott
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components.
The best what I could suggest you is to use RowEditTemplate for an method to add rows to your grid. On the following link you will find simple tutorial of how you could use it at run-time:
http://help.infragistics.com/Help/Doc/WinForms/2011.2/CLR2.0/html/WinGridRowEditTemplate_Creating_a_WinGridRowEditTemplate_Programmatically.html
Also I’ve implemented small demonstrative sample to demonstrates you how you could archive your goal. You may need to refactored and modified the code in order to fit exact your needs, but I believe it is a good starting point.
I hope that this will helps you.