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
I just upgraded from WebGrid 6 to WebGrid 7 and now when I try to export (using the export button on the grid) I get an exception error of "Invalid Argument" and it shows " if (va7e90 == 0) height = "100%' else height = va7e90 + "PX" and the value of va7e90 is set to -8, it does not matter whether the grid is set to height=100% or not.
Any help would be appreciated. On another note, when I set the grid height to 100% the grid grows larger than the screen even when I have it set in a div, any ideas?? this occurred in version 6 as well as 7.
The issue could not be replicated in my environment. Since you just recently upgrade to v7, have you update the WebUI Framework 3 to the latest build as well, for WebGrid 7 you will required WebUI Framework 3 build 70x.
If you have already using WebUI Framework 3 build 70x, please clear your temporary ASP .NET folder, default location in C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files, and you browser cache.
Using the latest build for WebGrid 6 and 7, we also could not replicate the height issue
I am using WebUI Framework 3 build 703. I have cleared my temporary files and my cache files. The problem still persists. I was able to resolve the height issue (I had to manually edit the properties in the source of the document to set the AutoHeight and AutoWidth to true, using the wizard did not update the code.
I have attached a screen shot of the error
Scott, are you able to replicate these issues in the provided WebGrid live samples?
Thanks!
Did you ever figure out what was wrong? I had my export working fine, then I had to change the below line to the new line to get the columns to align up properly. That worked for my alignment issues, but then I started getting this export error "invalid argument". I tried setting autoheight and autowidth to no avail. Any other suggestions?
Old Line
New Line
Does the exporting issue “invalid argument” happen after you change the doctype line from
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
into following?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <html>
Is there any other configuration that we need to check in order to repro the issue?
I don't get the error when I have the doctype line in below , but no data other than the group by header row is exported into the chosen export file type. Here are my settings:
</head><
One last item I forgot to mention.. The XML export is the only one that works 100%. The other export types only pull back the group header text. No detail rows.
-----
Got it to work. Had to remove the RowLayout="ColumnSet" from the settings. Not sure why, but now all the data is exporting as it should.
Could you please send us the complete structure of the grid that you use to be investigated further?We’ll fix it if it is confirmed as a bug.
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