Hi,
I am refreshing sorting when I add new items in my grid. It works fine when items are not grouped. In case of grouping this refreshing doesn't work or new items are not placed in sorted order. I am refreshing sorting like this:
EventViewDg.Records.RefreshSort();
Any idea how to fix that?
Thanks,
Imad.
Hello Imad,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
If you could send me an isolated sapmple project, where this is reproduced, I will be able to investigate it further for you.
Looking forward for your reply.
Hi Stefan,
I am still looking for a solution for this. I also tried:
layout.DataPresenter.InitializeRecord += new EventHandler<InitializeRecordEventArgs>(Dg_InitializeRecord);
but didn't work. Might be something in my grid.
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Since this is not a known issue I cannot be completely sure what may cause it, but if you send me an isolated sample project, where this is reproduced, I will be able to investigate it further for you.