Hi,
We use xamdatagrid in one of our screens which gets live data. Ocassionally the grouping breaks and empty string is shown as group header with all records under it. I have only noticed this issue occouring when there is a data update.
If you have encountered this issue before then please suggest a fix.
Thanks and regards
Rocky said: Also we use this event handler to regroup grid on new data - private void OnInitializeRecordDirect(object sender,InitializeRecordEventArgs e) { if (e.SortValueChanged || !e.ReInitialize) { e.Record.RefreshSortPosition(); } }
Also we use this event handler to regroup grid on new data -
private void OnInitializeRecordDirect(object sender,InitializeRecordEventArgs e)
{
if (e.SortValueChanged || !e.ReInitialize)
e.Record.RefreshSortPosition();
}
Had similar problems with the grouping headers not always shown when changing the data source (even though the grid items would still be grouped) and this helped to fix part of my problem. Thanks!
Did you manage to download the 14.1.2261 service release?
14.1.20141.2062 is an older version. We currently have 14.1.20141.2261 available which is a couple of versions ahead of yours. Since I can't reproduce the issue on my end to confirm if this will actually fix it, I can't say for sure if this will do the trick or not. But I recommend you update anyway just to be sure. You can download it from your account on the Infragistics website. Just click on your 14.1 product key and scroll down to the bottom of the page. Then click on the Service Release tab.
we use version 14.1.20141.2062. Is that the service release?