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

Button Enabled property is not working when used with radajaxpanel.

2 Answers 111 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Winni
Top achievements
Rank 1
Winni asked on 15 Sep 2011, 05:17 PM
Hi
Button Enabled property is not working when used with radajaxpanel.
I kept the button outside the radajaxpanel.In page load i am able to Enable it .
But i am handling checkbox check changed event .This check box is a  radgrid column and the radgrid id inside radajaxpanel.Inside this event i am not able to enable/disable the button .
When i remove the ajax panel it is working .
Could anybody please let me know a solution for this.

Thanks..

2 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 20 Sep 2011, 02:57 PM
Hello Soumya,

Could you please elaborate a bit more on your application. Do the RadGrid and the mentioned button in the same RadAjaxPanel or placed in two separate RadAjaxPanels? If you are applying the second scenario please review the following help topic for more information ion interaction between AjaxPanel.
Also please let me know if you are enabling and disabling the button on the client with javascript. If yeas please see the following topic for more information on executing custom javascript with ajax request.

Kind regards,
Maria Ilieva
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
Winni
Top achievements
Rank 1
answered on 30 Sep 2011, 01:48 PM
HI Maria,
Thanks for your reply.
I solved the problem by adding a javascript function and disabling the button inside that.

Tags
Ajax
Asked by
Winni
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Winni
Top achievements
Rank 1
Share this question
or