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
Have you add TempReports folder to your project? Also dont forget to give full access to the folder. Also do you experience the same issue in our WebGridSamples?
Hi,
Actually we have a customer that experience the same issue as yours. You can check the solution in http://www.intersoftpt.com/Community/WebGrid/WebGrid-Export-Error/.
Hope this helps.
Best Regards,
Gordon Tumewu
Thanks for the sample, could I know what error that you got? If it is possible, could you give me the screenshot of the error?
Hi Madhavan,
You can check the following thread:
http://www.intersoftpt.com/Community/WebGrid/Move-Next-Previous-Record-with-VirtualLoadMode-enabled/
You need to get the selected row index and store it. After that you can load the data using the method that my collegue inform in the thread.
Hi Dasha,
I am sorry for the time that we have to give you the right solution. After checking the properties, I found the property to remove the access key from the tooltip. This is the complete code:
MenuCommand MenuComand = new MenuCommand(); MenuComand.Text = "Test Value"; MenuComand.Name = "UniqueID"; MenuComand.AccessKey = "non empty value"; MenuComand.ToolTip = "ToolTip Text"; MenuComand.DisplayAccessKeyOnToolTip = DisplayAccessKeyOnToolTip.No;
If you dont want to show the tooltip, you can set the DisplayToolTip property to No. Here is the complete code:
MenuCommand MenuComand = new MenuCommand(); MenuComand.Text = "Test Value"; MenuComand.Name = "UniqueID"; MenuComand.AccessKey = "non empty value"; MenuComand.ToolTip = "ToolTip Text"; MenuComand.DisplayToolTip = DisplayToolTip.No;
I have asked this to our development team and they said that the plan to implement this feature is stopped because in the process they found that it could cause performance issue to WebGrid. That's why the feature didn't implemented.
Great to hear that you have solved the problem.
You can use the following code in client side:
var wdm = ISGetObject("WebDesktopManager1"); wdm.Windows.GetNamedItem("Window1").SetCaption("Changed");
Hi Yousif,
Thank you very much for the video, it helps me to investigate the issue. After checking the video I suspect that the cause if the issue is because you set the DataSourceID of WebCombo. Actually without setting the DataSourceID the WebCombo will still have the data because you have used the PopulateUnboundData. By removing the DataSourceID property from WebCombo I believe it should fix the issue.
Please let me know if the solution works or not. 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