Rank: Advanced Member Groups: Member
Joined: 5/19/2010 Posts: 35
|
Hi,
A bit of a bizarre problem - I'm currently using a 3rd party HTML editor called CKEditor. If this object is within a Callbackpanel when it does a callback, it will revert to being a textbox.
As far as I'm aware CKEditor should handle Ajax Panels just fine, and I haven't seen this particular problem mentioned anywhere else while being used with other Ajax controls.
Is it possible this is a bug relating to JQuery behavior with CallbackPanel objects or would I have more luck contacting the CKEditor folks directly?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
This is normal. For complicate controls, the AJAX panel and the control has to work together. So unless they know our CallbackPanel, they may not work. Use MS's UpdatePanel instead. Most third party control would know UpdatePanel.
Thanks
|
Rank: Advanced Member Groups: Member
Joined: 5/19/2010 Posts: 35
|
Thanks - I thought this might have been the case. Oh well.
|