Welcome Guest Search | Active Topics | Sign In | Register

CallbackPanel conflict with Telerik ComboBox Options
ron
Posted: Tuesday, July 20, 2010 12:01:21 PM
Rank: Member
Groups: Member

Joined: 12/2/2009
Posts: 23
Hi,

I needed a both a text input combo box and a combobox with checkboxes in it.

I found this functionality in the Telerik controls.

But, putting the Telerik control in a callbackpanel caused scripting errors when returning from the callback.

Any suggestions?
eo_support
Posted: Tuesday, July 20, 2010 12:14:21 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You may want to replace CallbackPanel with UpdatePanel. For complicate controls, the Panel and the control has to work together in order to manage the control's life cycle properly. Many third party controls are "UpdatePanel aware" so they may work property inside an UpdatePanel.

Thanks
ron
Posted: Friday, July 23, 2010 2:35:56 PM
Rank: Member
Groups: Member

Joined: 12/2/2009
Posts: 23
Unfortunately, that will not work for us as we are currently forced to work in xhtmlcompliance mode set to Legacy, which is not compatible with UpdatePanel. Your controls work nicely in that mode.

You don't have a ComboBox control hiding in the closet, do you?
eo_support
Posted: Friday, July 23, 2010 2:52:42 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

In that case you might have to implement some kind of combobox of your own or find one that you will have access to the source code, or give up the AJAX update all together. There is almost nothing the panel can do when the control is not aware of the panel.

We do see ComboBox as a very useful control and would like to have one of our own, but we can not comment on future releases until at the final stage when all features are already set. Since we have just released 2010 not long ago, the next release will probably be next year.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.