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
Hi Sachin,
I found a way to get the clicked cell type whether it's Filter Row or not. Use GetRowByElement method with a cellElm parameter to get the grid's cell type. Here's the function code that i use.
function WebGrid1_OnCellClick(controlId, tblName, rowIdx, cellIdx, cellElm) { var obj = ISGetObject(controlId).GetRowByElement(cellElm); if (obj.Type == "FilterRow") { alert("This is Filter Row"); } else { alert("This is not Filter Row"); } }
Hope this helps.
Hi Dimitris,
I tried to replicate your issue on a sample project but unfortunately the problem didn't occur. What I couldn't figure out was how you managed to show the calendar button on the left side. I attached my sample here for you to try out.
Feel free to evaluate the sample, and if the problem occurs, you could send me your code for me to evaluate. Hope this helps.
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