WebGrid 7 custom grouping.

5 replies. Last post: October 10, 2014 7:53 AM by Hans Kristian
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Jeremy CarrMember

Hi,

 I am using webgrid 7 with client binding and paged data. I am getting the error "Microsoft JScript runtime error: 'length' is null or not an object" while grouping a column. Here is the code snippet I do at webservices

if(SelectArguments.OperationType == SelectOperation.SelectGroup)

{

 return customerResults.GroupByMany(SelectArguments.GroupByExpression);

}.

this code returns proper GroupResult  objects. but the grid is throwing error at client side . I am not able to fix this, also there is no proper document or sample on how to use this particular feature. I get the feeling that the clientbinding -grouping just doesnt work.

Please reply ASAP.

thank you.

 
All times are GMT -5. The time now is 9:53 PM.
Previous Next