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
grid.RootTable.ChildTables[0].Columns[0].GetElement().childNodes[0].childNodes[0].disabled= true
To select the row and bring it into the view as you mean, you can use scrolltop property. Set the value with the last position of selected row . I enclosed one simple sample that shows how to manually configure the vertical scroll position.
Please have the attached sample tested on your end and let us know whether it helps or not.
Hi,
I found solution for the issue. The issue occurs because when closed dialogbox, the process has not finished yet and it is interrupted by FullPostBack request. So, to resolve the issue, I used timeout after called close dialog box function. I also remove some code which I think is not important. see below the code after modify :
function ShowInfoBox(msg, funcOK) { var wInfoBox = ISGetObject("wdlgWaitInfo"); var span = document.getElementById("span_Message"); span.innerText = msg; wInfoBox.ShowDialog(); } function wdlgWaitInfo_OnButtonClicked(controlId, dialogButton) { var dlgBox = ISGetObject("wdlgWaitInfo"); dlgBox.CloseDialog(); if (dialogButton.Type == "OK") { window.setTimeout(function(){ConfirmDelete()},100); } } function Delete() { ShowInfoBox("Confirm Delete?"); } function ConfirmDelete() { document.getElementById("<%= btnDelete.ClientID %>").click(); }
In order to check your issue, I would need your runable sample. Your attached sample seems not working in here. It is missing WebProcess.ascx. So, could you reattach your working sample? Thanks.
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