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,
Glad to hear you have resolved the issue.
Should you have further question regarding Intersoft product, please do not hesitate to post it to this community forum, and we will be glad to help you.
Thank you.
Regards,-Martin-
Thank you for your report.
I've tested our live samples in FireFox 3.6 and it seems there is a bug in WebGrid when it is using HTML DocType. However, it should work with XHTML DocType.
I have reported this issue to the developer team to be investigated further.
I will let you know the progress when I get the update from the team.
Have you tried our sample on IntegrationwithWebCombo.NET.aspx? Does the error get replicated in this sample?
The "type mismatch" error could happen because of the difference data type between grid's column and combo's item. Let's say if the ContactName column has a string data type and then the combo's data has an Integer data type, this error might occur.
Hope this helps. Thank you.
Try to use the following DocType and see how it goes.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Have you tried our live sample on WebGrid? Can you ensure that this issue can be replicated in our live sample?
If this issue happens on the live sample, means that there might be a bug in WebGrid. Does your sample work fine in the latest FireFox 4.0?
Are you trying to perform binding hierarchical grid in your scenario?
Have you tried one of our sample, let's say Enterprise.aspx in your IE7 or IE8 browser? The sample also performs hierarchical data binding and I believe it works fine on your browser.
Also, could you tell me what error did you get when you run your sample in older IE browser?
You can try to change the settings on your browser by using Developer Tools (you can access this feature by pressing F12 on your IE8 browser). In the developer tools, try to configure the Browser Mode and Document Mode.
Just want to inform you that the issue has been fixed by the developer team.
I have dropped an email into your email account. For more information, please check your inbox.
Could you tell me what kind of development that you are going to build? It is better if you can explain the scenario in details.
Have you purchased Intersoft product? Or, do you have any subscription id?
I will need the information detail to be forwarded to the developer team, so that they can manage and assign an expert to assist you in your development. Of course, we need to wait and see if there is any consideration or terms that needs to be applied later on.
For now, please provide the information above before I help you raising this request to the developer team.
I have just tested your attached application and replicated your issue on my end.
I will forwarded this issue to the developer team to be investigated further.
I will let you know when I get the update from the team.
Hello Joe,
I have tested and successfully replicated your issue on my end.
I have forwarded this issue to the developer team to be investigated further. If it is a bug, I believe they will fix it as soon as possible.
You can try the following code:
function SelectFilter() { var grid = ISGetObject("WebGrid1"); var FilterRowEl = grid.RootTable.GetFilterRow(); var FilterRow = grid.RootTable.ToRowObject(FilterRowEl); FilterRow.Select(); // Select the Filter Row var cells = FilterRow.GetCells(); cells.GetNamedItem("CustomerID").ActivateEdit(); // Activate the Filter's edit mode }
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