This is a migrated thread and some comments may be shown as answers.

Issue On Client Side Grouping 'maximum call stack size exceeded'

1 Answer 123 Views
Grid
This is a migrated thread and some comments may be shown as answers.
systems
Top achievements
Rank 1
systems asked on 19 Jul 2016, 12:33 PM

Hello,

We have a Rad grid with client side binding by calling Web Method via $.Ajax() function.

Here we are using client side grouping, by using ' masterTableView.groupColumn("ColumnUniqueName"); ' in Client - OnCommand event.

In such a case while grouping we have got java script error " maximum call stack size exceeded ".

So, could someone please advise is there any workaround/better way to achieve the client side grouping with client side binding

by calling Web Method via $.Ajax() function for Rad Grid?

 

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 22 Jul 2016, 10:29 AM
Hi,

I would suggests you to use ClientDataSource to bind the RadGrid and implement the client-side grouping as shown in the demo below:
https://demos.telerik.com/aspnet-ajax/grid/examples/functionality/grouping/clientdatasource-grouping/defaultcs.aspx

Regards,
Maria Ilieva
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Grid
Asked by
systems
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or