I have a UltraWinGrid that I am loading new data into and rebinding but I want to remember the group by selection and re-expand it after the data rebind. I know the same record will be there. I have three outlook style grouping. What do I need to save and how do I programmatically open that grouping after the reload.
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.
If the same row will be there, why you should rebind the grid ? Also if you are using DataTabel have you tried to use Merge method of the data table object with the received data instead of rebinding the grid
https://msdn.microsoft.com/en-us/library/System.Data.DataTable.Merge(v=vs.110).aspx
I am waiting for your feedback.