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 Maged,
I need to make sure the description of your issue with more detail. May I know what you mean by 'not functional well'? In my end I can do some editing (like typing, deleting) but the toolbar does not show. Could you describe more spesific about your issue? Thank you.
Regards,
Julia
Hi Jocelyn,
Here is the snippet to hide 'Delete' menu from the context menu :
function WebGrid1_OnRowContextMenu(controlId, rowType, rowElement, menuObject) { menuObject.Items.GetNamedItem("mnuDelete").Hide(); menuObject.Items.GetNamedItem("mnuSep2").Hide(); // mnuSep2 is Separator '--' return true; }
Hope this can help. Please let me know if you need another help.
Hi Ricardo,
I am using the same 2009 R2 WebUI Studio. Could you inform me in which browser that you got the error? Also your environment (e.g Operating System) and deployment or development server?
Hi Tenika,
Hmm, the assembly shouldn't remove from your project's bin folder especially when you use SmartWebResources but glad to hear that the problem solved. Please let me know if you need another help.
I have asked to the development team, and the hotfix will be ready by the end of this month. I will inform you when it get launch.
Note: Could I know what issue that you have when applying the hotfix manually?
Hi Charles,
Sorry for my last snippet. Actually you don't have to set true in webTabItem.Enabled. So, the snippet for enabling the WebTab is :
function Button3_onclick() { var webTab = ISGetObject("WebTab1"); var webTabItem = webTab.TabPages.GetNamedItem("Tab2"); webTabItem.Enable(); }
Setting it to true or false will take no effect since it belongs to enable() behavior. That's why for disabling the WebTab, you still have to use webTabItem.Disable(). Thank you.
I am doing a test by using the same code exactly as yours. But your code works fine which means the "menus" pane collapsed appropriately. I used client-side function window::onload and OnInitialize. Here I attach my working sample based on your code, could you try it on your place and let me know if your issue still persist or no? If it possible, can you send me a sample project that replicate your issue? It will help me in investigating your issue further.
And also please don't forget to update the latest hotfix. Thank you.
Best Regards,
Hi Conrad,
Sorry for my last attachment. You can follow this link to get the video. Please let me know if this video has apropriate with your need or not.
Do you get this error in deployment or development? The error is 'IS' is undefined may occur because the control didn't found ISNet.dll and ISNet.WebUI.dll assembly. If you are in development machine, please make sure both file exist in c:\windows\assembly and ISNet.WebUI.Resources.dll located in your project's bin folder. Hope this helps.
I have tested using your scenario and the issue does appear. I have reported this to our WebDesktop's Development Team. Sorry for the inconvenience. I will inform you when the hotfix is ready. Thank you.
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