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 Jeff,
I do a test by using your environment. I used Win XP, Internet Explorer browser 6.0.2900.5512 SP3, and WebGrid 7.0.7200.400. I export the WebGrid in maximize and minimize mode, but the Export context menu is shown and the exporting of WebGrid is working fine. May I know the build version of WebGrid that you use?
Regards,
Julia
Hi Tenika,
The only problem in using Nightly build is that we haven't test completely about the hotfix, but your issue should be fix using the hotfix. Below is attachment of the WebDesktop's hotfix. Please find WebDesktopNET3_0_7200.rar and WebUINET3_0_5000_750.zip. You can follow this link for more information about Manual Update.
Hope this help.
*double post*
Hi Xedem,
The fix is still in progress, we will include it in the next month hotfix. I'm sorry for the inconvenience. I will inform you when the hotfix is ready.
Hi Siva,
Here is the sample of javascript's code where you can get the WebGrid's current page index and the total pages number:
function Button1_onclick() { var text = document.getElementById("Text1"); var grid = ISGetObject("WebGrid1"); var currentPage = grid.CurrentPageIndex; var totalPages = grid.TotalPages; text.value = "current page = " + currentPage + " total page = " + totalPages; }
I hope this can help. Let me know if you need another help.
The fix will be ready at next month hotfix release. I will inform you when the hotfix is ready. But if you need it immediately, we can send the nightly build version.
Hi Sudeep,
I have tried the code that Andi wrote and works fine in my end. Have you set the AllowColumnFreezing="Yes"? You can set it in WebGrid Designer's properties>LayoutSettings>AllowColumnFreezing. If the solution still didn't works, could you give me a sample, so I can investigate it further?
Also I am really sorry but we cannot give you the code that used in "Freeze Column".
Thanks
Hi Jocelyn,
As Andi said, if you have another PrimaryKey, you don't have to write it in DataKeyField. You just need to define the key in DataSet and WebGrid will be recognized automatically.
I have test your scenario and manage to replicate the issue. I have forwarded the issue to our WebGrid development teams. I will inform you, when the hotfix is ready.
May I know what control that you used? Is it WebGrid or WebDesktop? Do you mean that the page will be navigated to different page when you click on a row?
Or if you used WebDesktopWindow, do you want to navigate the page in postback (redirect the whole page) or just changing the content of the window?
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