Hi,
The grid fails to render properly when using the following:
None of the rows gets displayed correctly. It will display the group header with MyField: (undefined) and empty child rows
It works correctly with :
Is there a workaround to have initial grouping and client filtering/sorting... ?
Happens on version : 2012.2.723.340
Thanks for helping
The grid fails to render properly when using the following:
datasource =>
datasource.Ajax().ServerOperation(true)
.Read(config => config.Url(myActionUrl))
.Group(config => config.Add(i => i.MyField))
None of the rows gets displayed correctly. It will display the group header with MyField: (undefined) and empty child rows
It works correctly with :
datasource =>
datasource.Ajax().ServerOperation(true)
.Read(config => config.Url(myActionUrl))
.Group(config => config.Add(i => i.MyField))
Is there a workaround to have initial grouping and client filtering/sorting... ?
Happens on version : 2012.2.723.340
Thanks for helping