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
Nevermind. I found that this works fine:
grd.LayoutSettings.ClientSideEvents.OnEnterEditMode = "EnterEditMode";
Hi Leo,
This fix works great!
Another question - In order to implement this fix I will need to add the ClientSideEvents OnEnterEditMode attribute to around 70 different grids in my application. I really need a quick and easy fix for this. Is there a way to add ClientSideEvents using javascript/jquery? Something like the following?
$(document).ready(function () { var grd = ISGetObject("MyWebGrid"); if (grd) { grd.LayoutSettings.ClientSideEvents.Add("OnEnterEditMode", "EnterEditMode()"); } }
You can see the issue on Filtering.aspx if you add a bunch of line breaks on top of the WebGrid so that there are two scrollbars. See attached screenshot.
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