This is a migrated thread and some comments may be shown as answers.

Grid grouping and ServerOperation(false) fails to render client side

4 Answers 171 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Yann
Top achievements
Rank 1
Yann asked on 06 Aug 2012, 04:12 AM
Hi,

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

4 Answers, 1 is accepted

Sort by
0
Accepted
Nikolay Rusev
Telerik team
answered on 06 Aug 2012, 07:22 AM
Hello Yann,

We weren't able to reproduce this behavior with initial group expressions applied and ServerOperations(true/false). You can try downloading latest internal build and see wether it makes any difference. If it doesn't change the behavior, please send us small runnable application demonstrating it. Thus we'll be able to assist you further.

All the best,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Yann
Top achievements
Rank 1
answered on 07 Aug 2012, 12:40 AM
Hi Nikolay,

I could reproduce the issue in the sample code of 2012.2.723.340 but it is fixed in 2012.2.803.

Thanks
0
Pär
Top achievements
Rank 1
answered on 15 Oct 2012, 05:38 PM
Hi there,

Just bumbed into this.
Could you please update the trial? It's still 2012.2.710.

Im building a proof of concept, and I won't get the funds to buy the licens before Im done.

Regards,
Pär Sandgren
0
Nikolay Rusev
Telerik team
answered on 17 Oct 2012, 08:01 AM
Hello Pär,

New trial versions are issued on major releases only.

Regards,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Yann
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Yann
Top achievements
Rank 1
Pär
Top achievements
Rank 1
Share this question
or