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
Hello,
Can you let us know your web.config settings? Please discard your runtime license before attached the files.If you deployed in IIS7 environment, please read how to configure WebTextEditor under IIS7 in our documentation.
Regards,Handy
Hello Gavin,
I think it is not possible to have "-". As far I know, "-" is not a integer or numeric but it is recognized as string. This character is used for separator.Also "," character could not be used dynamically. You need to know what is the correct format.example
100,00.00 which is incorrect format. Most likely should be 1,000,00.00
The format should be defined with Mask input.
Fyi, we have discontinued to support WebGrid 6 which means in the future, there is no enhancement or fix.Regading your issue, "ISControl_InitializeAtlas" is already implemented a long time ago. This function is designed for our Ajax mechanism. In our latest WebUIFramework, it's true that there are some enhancements. But it should not remove "InitWG60".
So, please let me know what is your current WebGrid 6 build version? Please ensure you use the latest of WebGrid and WebUIFramework assemblies.In the past, this error only occurs if the project misses or has incorrent ISNet.dll and ISNet.WebUI.dll in your project bin folder.
Hello Fabrizio,
After discussed with our developer, they decide to implement new method. It would get object. We could not change GetSelectedRow(), because it can break the changes for our WebCombo.
Hello Ross,
Actually you can focus directly by using Focus() method in Opened event. However, this could not work for the first time because the element has not beed rendered. Therefore, you can use Dispatcher as the workaround.
private void coWeighHS_Opened(object sender, Intersoft.Client.Framework.ISRoutedEventArgs e) { this.Dispatcher.BeginInvoke(delegate { nudCountHS.Focus(); }); }
Thank you for concern. For the first point, I would need to discuss with our developer teams.Currently, it will return DispHTMLTableRow object and it seems there is misinformation in our documentation.Since it is not an object, we don't implement GetNamedItem method.
I could not replicate your last point. Please see my attachment sample. It runs fine when I use Hidden and RenderOnHidden as true.
Hello Larry,
Deeply apologize for late in replying your question. After discussed with our developer teams, WebGrid supports multiple tables. You can also use it by using ISDataSource. As long as the child table has the correct relation key with the parent table. If you face a trouble when use auto retrieve hierarchical structure in WebGrid, you can also define the column structure manually.
Hello Michael,
You can find our installed templates at C:\Users\(your username)\Documents\Visual Studio 2010\Templates. Hope this helps.
Ok, but could you explain more details about your scenario?
Example, what do you expect when user clear the data? And shouldn't the validation for limit number work fine?
Hello Eric,
Deeply apologized for the late response. Our developer teams has decided to postpone the enhancement due to the tight schedule. This enhancement would affect all our ASP.Net product because it needs to be implemented in Framework level which needs extensive testing to ensure the delivery quality.The enhancement would be implemented after R1 release, the end of April.
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