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
exist a option that can enable the filter to a column that is marked as non-editable
Hi Johnny,
In order to filter a non-editable column, you can use this snippet :
function WebGrid1_OnRowSelect(controlId, tblName, rowIndex, rowEl) { var WebGrid1 = ISGetObject(controlId); if (WebGrid1.GetSelectedObject().GetRowObject().Type == "FilterRow") { WebGrid1.GetSelectedObject().ToRowObject().GetCells().GetNamedItem("CustomerID").SetForceNoEdit(false); } else { WebGrid1.GetSelectedObject().ToRowObject().GetCells().GetNamedItem("CustomerID").SetForceNoEdit(true); } return true; }
with AllowEdit is set to true.
Hope this help.
Regards,
Julia
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