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 could not replicate the issue in our environment. Attached is the sample I used.
Could you provide more information regaring the setting you use in the WebTab, WebDesktopManager, or WebCombo? Or you could modify the attached sample to replicate the issue.
The sample is tested using all the latest Intersoft component, WebCombo 4 build 217, WebDesktop 3 build 305, WebUI Framework 3 build 705.
Attached is the sample I used to recreate the issue. In my sample, the issue could not be reproduced. I'm using WebToolbar, WebGrid, and an ASP.Net button to trigger the postback.
Do you mind modifying the sample to replcate the issue? or perhaps provide a more detail HTML structure / control you are using in your page so we could replicate the issue.
In the test site you attached, in order to make it work you will need to enable the AspNetAjaxSetting in the WebInput. Here is the snippet:
WebInput test = new WebInput();test.AspNetAjaxSettings.CreatedAtRuntime = true;test.AspNetAjaxSettings.UpdateControlScripts = true;test.AspNetAjaxSettings.UpdateControlStyles = true;
I also have to modified the WebControl to remove the previous WebInput in the panel before adding a new WebInput type to the panel.
Attached is the modified WebUserControl.ascx.
My colleague, Yudhi, has been corresponding with you for this issue. It seems the issue occurs only in a very specific project. We also have consulted our developer regarding this issue. In order to solve this issue quickly, do you mind preparing a simple project which has the issue described above? In our environment we are having difficulty replicating this issue.
Regarding the v74f99 variable, I could not give you any information regarding the variable since it has been ophuscated.
The ClientBehaviour.js is used some WebInput client side functionality especially for highligting character, word, or sentence.
I have create a simple programmatic WebInput creation sample using dropdown box. The type of the created WebInput could be set using the dropdownbox. In the sample, I could not recreate the issue you mention.
Perhaps you could modify the sample to reflect your scenario better, so we could replicate the issue in our environment.
WebGrid currently still has limited support for XHTML Doctype so we still suggest using HTML Doctype when you have a WebGrid in the page.
If you still wish to use the XHTML doctype, please remove the AutoHeight property and use a predefined height for the WebGrid in px.
This is an unexpected behavior in WebDialogBox, a bug report has been submitted to the developer. We will inform you if there is any update regarding this issue.
I have inquiry this behavior with the developer, he confirms that this is the default behavior in the current WebGrid.
You will need to set the style manually after AddPendingChanges to preserve your custom row style, as shown in my previous post.
I could not find any property / function to set a custom value in the group row info format. However, using custom aggegrate function, I could display the info you would like in the group footer.
Attached is the sample I used to display the info. During CustomAggegrate server side event, we will need to determine the current grouping using the LINQ query and you will need to re-query the datasource to determine the info you wish to show.
I have created a feature request so this functionality will be simpler in the future revision of WebDesktop.
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