Hi,
I am getting error while grouping with same column or different columns for second time in ultrawebgrid.
I am using the below code
UltraWebGrid1.ResetBands();
UltraWebGrid1.ResetColumns();
UltraWebGrid1.ResetRows();
UltraWebGrid1.DisplayLayout.Bands[0].Columns.FromKey(val.Substring(0, val.IndexOf("|"))).IsGroupByColumn = true;
=====
The error i am getting is
Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Failed to compare two elements in the array.
my Version is 8.3.20083.2093
Regards
Navadeep TS