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
530
igGrid -> activate groupby feature in vbhtml
posted

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.

 

Parents
No Data
Reply
  • 145
    Suggested Answer
    posted

    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

Children