Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
Getting error while grouping second time in ultra web grid
posted

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