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

radcombobox on master page is not working with one content page, but working on other pages AJAX issue??

2 Answers 87 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ruby
Top achievements
Rank 1
Ruby asked on 20 Sep 2012, 07:46 PM
I have a master page with multiple content pages. The master page contains a radcombobox with checkbox, as soon as the checkbox is checked page reloads and based on the dropdown data and activities shows up on the content pages.
The above procedure works on all the content pages, except one. Here as soon as the checkbox is checked or unchecked. It remains checked always and nothing happens on the page.

It looks like an AJAX issue but not sure.
Could someone please help me with this.
Thanks,

2 Answers, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 21 Sep 2012, 01:48 PM
Hello Ruby,

There has to be something specific in the implementation of the content page that does not reload.
You can compare this page code with the code of another page that reloads.
Additionally you can check if there are any JavaScript errors on the page.

All the best,
Kalina
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
Ruby
Top achievements
Rank 1
answered on 21 Sep 2012, 02:32 PM
Thanks Kalina, this issue has been resolved.
The page was not working because Required Field validator was preventing Auto post back on this page.
I have set the CausesValidation property of Radcombobox to false and everything started working.
Followed code from this forum: http://www.telerik.com/community/forums/aspnet/grid/required-field-validator-stops-auto-post-back.aspx

I have been struggling with this issue since 2 days.

Telerik team you are AWESOME!!!, thanks for your help and Support.

Thanks,
Ruby
Tags
ComboBox
Asked by
Ruby
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Ruby
Top achievements
Rank 1
Share this question
or