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
Double clicking on WebGrid’s cell will select the text inside. Unfortunately, some browsers interpret the empty cell as a cell with   character. When selected, that character will be used as default filter in WebCombo which will returns no result.
Following work around will remove the space to WebCombo’s textbox.
function WebGrid1_OnEnterEditMode(controlId, tblName, editObject) { var WebGrid1 = ISGetObject(controlId); var cell = editObject.cellElement; var colName = WebGrid1.GetColumnByElement(cell).Name; // only applied to CategoryID column // which uses WebCombo as the editor type if (colName == "CategoryID") { if (editObject.ToCellObject().Value == "") { // removes the space, " " by // setting TextBox value of WebCombo to "" editObject.element.SetTextBoxValue(""); } } return true; }
Hope this helps.
Hi Yudi,
There really needs to be a better way to deal with this.
1. This affects various types of cells not just webcombos
2. I don't have a static list of columns. This needs to work for any cell in any grid
Is this something you will consider releasing a patch for?
Hi,Chrome with new version introduced a new problem.On click on any cell, cell text ended with space which tuns into "\t" into database while save. which is causing issues. (Unable to attach pictures because of issue into editor)NOTE: Chrome earlier version (67.0) is working fine.I am using Webgrid product version 10.0.Please give us a solutions.RegardsSachin Jain
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