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 to all,i use a grid to show the invoice of some customers, in particular the rows contain the invoices header and the child the invoices details ( like you see in picture).When i click on + the row is expanding and the child is showing.We have a strange issue : if i try to collapse to row ( click the - ) the IE is freezing and a javascript generic error was showing ( is not possible try to debug because the IE is blocking and is need to restart it).The issue doens't happens if i'm connecting by remote desktop and try to reproduce it in local server ( open IE -> open invoice page -> expand row/collapse row).The issue happens when the user by citrix open with the IE the invoice page and use it, and the it happens not sistematic but very frequently (seems depends by rendering). Anyone has an idea how i can proceed to make some check.Any help is very appreciaded Thanks in advance
Based on your information: the issue only happen when the user by citrix opens (using IE browser) the invoice page and try to collapse row (by clicking the "-"). It doesn't happen in local server.
Could you please check the following and let us know the result?
Hope this helps.
Thank you for the aspx code.
I noticed that there is a difference between WebGrid1 (in Invoices tab) and WebGrid2 (in Sold Products tab). WebGrid1 has OnInitializePostback server-side event. The custom action from client is sent by HideCommision() JavaScript function.
Could you please try to remove/comment following line from the HideCommision function so that the function will look like following?
function HideCommission() { var grid = ISGetObject("WebGrid1"); var col = grid.RootTable.Columns.GetNamedItem("speedy_provisionvalue"); //var col = grid.RootTable.ChildTables[0].Columns.GetNamedItem("speedy_commissionvalue"); var visCol = !col.Visible; document.getElementById('HiddenFieldShowInvCommission').value = visCol; //grid.AddInput("action", "ShowInvCommission"); //grid.SendCustomRequest(); }
Save the changes and view the page in browser. Please let me know whether the problem persist or not.
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