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

Problem with Client-Side Row Selection

2 Answers 77 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chirantha
Top achievements
Rank 1
Chirantha asked on 14 Feb 2013, 07:17 AM
Hi,

I came across this issue while i was trying the RadGrid Control. Could someone please help me out here?

Here is the problem.

I have a RadGrid control inside a RadPanel. (RadGrid is enabled for client side row selection and paging.) And i have a Button control outside the rad panel bu its Click event will update the above Radpanel with RadGrid. (Using Ajax manager i have set the button to update the AjaxPanel) 

When i click on the button it will update my DataGrid accordingly but all of a sudden Client-Side Row selection is disabled. And i also noticed Page Size combo is also disabled.

Am i doing something wrong here? Little help would be really appreciated.

Hope this explains!!!

Thanks,
Chriantha

2 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 19 Feb 2013, 07:20 AM
Hi Chriantha,

Please note that using RadAjaxPanel simultaneously with RadAjaxManager or UpdatePanel ( or implementing multiple wrapped RadAjaxPanels ) is not a supported scenario and we highly recommend to avoid such implementation. Please either use just the manager to update your controls replacing the RadAjaxPanel with a regular asp:Panel, or use the RadAjaxPanel alone to wrap your page.

I hope the clarification was helpful. Please make the suggested modification and let me know about the result.

Kind regards,
Eyup
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
Chirantha
Top achievements
Rank 1
answered on 19 Feb 2013, 08:41 AM
Hi Eyup,

Thanks for your suggestion. 

Now it is working fine. I have replaced RadAjaxPanels with asp:Panels and managed those through Ajax manager. 

Thanks again!

Regards,
Chirantha
Tags
Grid
Asked by
Chirantha
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Chirantha
Top achievements
Rank 1
Share this question
or