I have a simple edit form that I must perform manual CRUD operations on. I populat the context of several WebTextEditor controls when the form loads, and when the save button is pressed, I read back the .Text properties and act on the results.
This works fine, until i decided to wrap the lot in a WARP panel to avoid the "flash" as the postback occurred. When I did this, the .Text and .Value properties all return values like:
|01Smith|
where the pipe chars are constant, but the 2 digit prefix seems ot vary according ot a pattern I can't spot (it was different for numeric fields). If I remove the WAPR panel, all is OK again??
I'm assuming this is some remnant left over by JSON or other de-serialisation - is this supposed to be a feature or a bug!??
Hi,
It is not clear if you use WebTextEdit or WebTextEditor. If it is Infragistics.Web.UI.WebTextEditor, then it can not be nested in WARP. You may consider use UpdatePanel instead of WARP.
If it is WebTextEdit, then it would be helpful, if you creat a simple sample (aspx/cs files only), which can be used to reproduce that problem and attach it within Options in zip format.
err, I did say "WebTextEditor"
Ok, so this is yet another occasion when the WARP control can't be used with your own products? This should be documented somewhere??
Can I make a blanket assumption that *all* the Akido controls just won't work with the WARP control then? This is a great pity, as the WARPcontrol's ability to fire before and after post client events is quite useful.
That is correct. Aikido controls can not be nested in WARP or in UltraWebTab with async mode.
That is mentioned in help:
Support->Online Documentation->lnk to "2009 Volume 2 (CLR 3.5)"->Known Issues and Breaking Changes->Known Issues->WARP
http://help.infragistics.com/NetAdvantage/ASPNET/2009.2/CLR3.5/