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.