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 Maged,
The latest build version for WebGrid would be 418. However, the official build hasn't been released yet. It is scheduled to be released by today.
However, here is the link to download a nightly-build hotfix. This hotfix build has been fixed and tested on your issue.http://www.intersoftpt.com/tdn/downloads/WebGridNET7_0_7200_418.zip
You can refer to the following link to update the hotfix manually into your project:http://www.intersoftpt.com/Support/WebUIStudio/Tutorial/Text/Apply-ASPNET-product-hotfix-manually/
Or, you can view the tutorial video on how to use Update Manager:http://www.intersoftpt.com/Support/WebUIStudio/Tutorial/Video/Use-Update-Manager-to-Update-Intersoft-Product/
Hope this helps.
Thank you.
Hello,
Intersoft 2009 R2 already supports .NET Framework 4.0 and you can run the control in Google Chrome.
Unfortunately, I couldn't replicate your issue on my end. I tested one of WebGrid samples to run in Google Chrome browser and it works fine.
May I know what error did you get on your screen?
Attached is the screenshot for reference.
I have confirmed with Glenn regarding this issue. He said that this issue has been resolved in WebGrid 7 build 405. This build hotfix has been tested using IE7 browser.
I'm afraid that we no longer support IE6 browser.
Based on your previous inquiry, you were testing WebGrid with IE7 as well. Therefore, we have made an enhancement to WebGrid in order to support XHTML DocType in IE7 browser.
Unfortunately, I couldn't replicate your issue on my end.
I have attached a working simple file along with its database. The ShipperID column is set to auto increment from the database.
Hello Kenny,
I have discussed with the developer team regarding your issue.
WebEssentials including WebExpander and WebAccording supports XHTML DocType.
Could you tell me what controls do you intend to use in the same page?
Regards,-Martin-
Your version number is already correct, which is version 3.0.5000 since you are using ClientUI build 3.0.5000.1.
May I request to have a remote desktop connection session into your PC?
You just prepare the project and let us check the setup configuration of your runtime license.
Our local time is GMT + 7.00 and our working hour is from 8.00 - 17.00. However, we also have representative in LA, which is available during LA time zone.
Therefore, you may try to use Live Chat feature to talk to one of our technical support and request to have a remote desktop connection based on your issue. I believe our technical support will give you assistance to solve your problem.
Actually, you need to decide which part of WebInput you want to set the color.
If you want to set the textboxstyle color, you can implement BackColor and ForeColor properties using the following code:
protected void WebInput1_Load(object sender, EventArgs e) { WebInput1.Value = "Testing"; WebInput1.TextBoxStyle.Normal.BackColor = System.Drawing.Color.Red; WebInput1.TextBoxStyle.Normal.ForeColor = System.Drawing.Color.Yellow; }
In this case, WebInput's background will become red and the text inside the box will become yellow.
When you set ForeColor, it seems that there is no changes applied. By default, BackColor property takes effect to WebInput when you change the color. Therefore, it is better to use BackColor instead.
To set background color using Load Server-side event:
protected void WebInput1_Load(object sender, EventArgs e) { WebInput1.BackColor = System.Drawing.Color.Red; }
I will need to discuss with the developer team regarding DocType issue on WebEssentials product.
However, I didn't find any issue when using WebToolbar in a page that uses XHTML DocType. I believe most of our controls have supported XHTML DocType.
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