
Bernhard Rosenfelder
Top achievements
Rank 1
Bernhard Rosenfelder
asked on 28 Aug 2012, 04:38 PM
hi telerik team,
with client-side databinding the feature "GroupLoadMode=Client" does not work. Do you plan to provide this feature in future?
best regards,
bernhard
with client-side databinding the feature "GroupLoadMode=Client" does not work. Do you plan to provide this feature in future?
best regards,
bernhard
5 Answers, 1 is accepted
0

Jayesh Goyani
Top achievements
Rank 2
answered on 28 Aug 2012, 04:49 PM
0

Bernhard Rosenfelder
Top achievements
Rank 1
answered on 28 Aug 2012, 04:55 PM
hi,
this demo does not use client-side databinding!
best regards,
bernhard
this demo does not use client-side databinding!
best regards,
bernhard
0
Hi Bernhard,
Unfortunately the RadGrid does not support grouping when it is bound client side. To have grouping enabled you need to bind it server side with Advanced Data-binding (using NeedDataSource event) or with Declarative DataSource
All the best,
Radoslav
the Telerik team
Unfortunately the RadGrid does not support grouping when it is bound client side. To have grouping enabled you need to bind it server side with Advanced Data-binding (using NeedDataSource event) or with Declarative DataSource
All the best,
Radoslav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0

Bernhard Rosenfelder
Top achievements
Rank 1
answered on 03 Sep 2012, 07:13 AM
hi radoslav,
is this feature on the roadmap?
thanks,
bernhard
is this feature on the roadmap?
thanks,
bernhard
0
Accepted
Hello Bernhard,
Unfortunately we do not have plans for implementing grouping when the RadGrid is bound client side. There is no easy way to implement this functionality into the RadGrid. However, you might consider using a RadAjaxManager or RadAjaxPanel to perform partial-page postbacks. While this is not as quick as the client-side databinding method, it is certainly faster than doing a full page postback.
Greetings,
Radoslav
the Telerik team
Unfortunately we do not have plans for implementing grouping when the RadGrid is bound client side. There is no easy way to implement this functionality into the RadGrid. However, you might consider using a RadAjaxManager or RadAjaxPanel to perform partial-page postbacks. While this is not as quick as the client-side databinding method, it is certainly faster than doing a full page postback.
Greetings,
Radoslav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.