hello,
this syntax shoul activate the group by functionality in igGrid.
model.testGridModel.Features.GroupBy().Type(OpType.Remote);
However, when doing this in vbhtml:
it says, that group by should use parameters, is there no groupby() functionality in vbhtml ?
perhaps you could send me the correct syntax for this case.
Could you paste the errors you are getting? There are definitely differences and limitations when using lambda expressions in VB.NET, but in your snippet, that isn't the case so it should work fine without any changes.
Thanks
Angel
I get an compile error that says that there is no "groupby()" function that accepts this amount of parameters.
But I do not know, which parameter I should provide.
KFZGridModel.Features.GroupBy().Type(OpType.Remote)