iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I suggest you to use property Value instead of use property Text. Hope this helps.
Hi Adam,
Interesting.. so it can be reproduce in WebTextEditor sample. Sorry I forgot to ask you about WebUI Framework that you used. May I know build number of WebUI Framework that you used?
May I know whether this error also occurs when using one of WebTextEditor's sample?Or this is only happen when you inserted specific content (text/images) in WebTextEditor? If yes, could you attach that specific content into words document, I will try to check it at my end.It also better if you provide information about build number that you used now.
Hi George,
Welcome to our new community page. Coincedentaly I'm the person who manage this thread in this week, and I believe you have played around with this issue with Yudhiy and I got infomation from him if there is workaround for this issue. So basically you can use InvokeScripts() method during FlyPostBack action to trigger Client side method WebInput1.SetFocus(); to set a focus in specific WebInput that you want.<<attached sample is workaround provided by Yudhiy>>
Hello,
For your information we use Google API as our searching engine, so this issue could happen since Google doesn't index our site in real-time. It could take 1-2 days for Google for indexing new contents in our community site, but it could also take longer based on Google's own searching algorithm.
Hi Darren, Have you tried to set CultureInfo to English (Canada)? Please refer to attached screenshot.And also may I know which build version of WebInput that you used?
Hi Aiyer,
This could be happens because when AJAX callback process the scripts and image resources won't be loaded. That's why you need to set UpdateControlScripts call UpdateControlStyles into true value.
Another thing if you create WebCombo programatically, I suggest you to add these codes before UpdateControlScripts and UpdateControlStyles:
WebCombo1.AspNetAjaxSettings.CreatedAtRuntime = true;
I suggest you to add these codes on an event which trigger AJAX callback or put these codes in Page_Load() events:
WebCombo1.AspNetAjaxSettings.UpdateControlScripts = true; WebCombo1.AspNetAjaxSettings.UpdateControlStyles = true;
Hope this helps.
Hi Michael,
Thanks for your report. I assume this issue as possible bug, and I have assigned work item regarding this issue to our dev team. (WI.375). I'll inform you if I get any news regarding this issue.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname