This question is locked. New answers and comments are not allowed.
Hi,
i m using telerik extensions for .net mvc. in grid everything is working fine until i try to group the grid control based on some columns. actually my grid is not server bound (even it loads the grid from a partial view using ajax). in this grid grouping causes problems and i get javascript error at a[this.plugins[e]].initialize(this) in grid.min.js. following link outlines two methods for ajaxically loading telerik grid
http://www.telerik.com/help/aspnet-mvc/using-with-partial-views-loaded-via-ajax.html
i m using first method i.e Partial Views via the built-in ASP.NET MVC Ajax support not the jquery one
i m interested in how i can make grouping work in this scenario. all my grid controls are working fine with grouping if they only receive data through ajax (not grid control)
i m using telerik extensions for .net mvc. in grid everything is working fine until i try to group the grid control based on some columns. actually my grid is not server bound (even it loads the grid from a partial view using ajax). in this grid grouping causes problems and i get javascript error at a[this.plugins[e]].initialize(this) in grid.min.js. following link outlines two methods for ajaxically loading telerik grid
http://www.telerik.com/help/aspnet-mvc/using-with-partial-views-loaded-via-ajax.html
i m using first method i.e Partial Views via the built-in ASP.NET MVC Ajax support not the jquery one
i m interested in how i can make grouping work in this scenario. all my grid controls are working fine with grouping if they only receive data through ajax (not grid control)