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,
I have a problem when try export with webgrid.
When export button is clicked context menu not appear.
In webgrid examples works well. In my developed site dont and in server production the problem still.
I already upgrade to last version but the problem is there.
Any help?
Many thanks.
For WebGrid, you will require these DLL in your project bin folder
I verify your sugestion; I have all this files in my Bin directory and problem still.
I dont use SmartWebResorces but files are in bin directory.
All works fine in WebGrid 6.
I remember, has no error when click in export button but menu not appear.
Any other sugestions?
Thanks.
I still suspect the issue is caused by missing resources required by the WebGrid, in this case some JS file.
If you are not using SmartWebResource, you must have a virtual directory for the resources which refered in the ScriptDirectory, SharedScriptDirectory, and WebDesktopScriptDirectory property. By default these properties will point to CommonLibrary folder, default location in C:\Program Files\Intersoft Solutions\CommonLibrary
I found the cause of my problem.
In weggrid defeniton I have:
<ISWebGrid:WebGrid runat="server" DefaultStyleMode="Elegant" width="100%">
<LayoutSettings AllowExport = "Yes" AutoHeight = "true"></LayoutSettings>
Its work perfect when in stylesheet I have:
html
{
Height:100%;
}
The problem is when html element have this style the menu export dont be showed.
If I delete html element defenition from style sheet the webgrid has shoed like image in attach.
Are any way to solve this different the replace:
"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">" by:
"<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >"
Thanks
WebGrid currently still has limited support for XHTML Doctype so we still suggest using HTML Doctype when you have a WebGrid in the page.
If you still wish to use the XHTML doctype, please remove the AutoHeight property and use a predefined height for the WebGrid in px.
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