Hi
I facing an issue in grouping. If Grid already has records & I group the Group is showing the column name
properly. If Grid is not having any records. If it is grouped before any records added the column name is not
displayed. & all the records goes to the same place. Basually it is not getting grouped correctly.
Pls verify the attachement.
Pls some one reply to this.. I am getting closer to Release & this is high priority thing for users
Hello,
can you please provide a small application reproducing the issue so that we can see it from our side and help you.
Sincerely,
Horen Kirazyan
I am facing the same issue. Was there a fix for this?
Hi Parag,
I have attached a small sample with the possible problem, but I couldn't reproduce it. Can you tell me which version do you use (for example 14.1.20141.1000) and please change the sample accordingly so that we can reproduce your issue.
We use we use version 14.1.20141.2062. Also usign the following event handler for refreshing grouping-private void OnInitializeRecordDirect(object sender,InitializeRecordEventArgs e) { if (e.SortValueChanged || !e.ReInitialize) { e.Record.RefreshSortPosition(); } }
We dont always see the issue, but some days it is frequent. is it possible that it can be becuase of occasional null values in fields we group on?
I have also posted this issue here - http://ko.infragistics.com/community/forums/p/94072/465420.aspx#465420
Ok, we will continue the discussion in the other thread in that case.
Thanks,
Horen
I have got no answers on other thread, can you share anything you could on either of them?