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
Hello,
We are very sory for the late response. Unfortunately, this is not a bug. When using Iframe scenario, you will need to change menu window type of contextmenu as normal.Normally in IE, it supports 2 types such as popup and normal. In other browsers, popup is not supported.To change the type, you will need to handle it OnContextMenu clientside events in WebDesktopManager.
Here is the snippet code:
function WebDesktopManager1_OnContextMenu(controlId, objectType, contextObject, menu) { var WebDesktopManager1 = ISGetObject(controlId); menu.MenuWindowType = "Normal"; return true; }
Regards,Handy
I think it could not be done this way. As far I know, WebDesktopManager does not have any FlyPostBack response or process.So, if you would like to create the window at server side, you will need to do it FullPostBack.But regarding this scenario, I suggest you to handle it via clientside.In clientside, you can freely to create or close a window.
Yes, You should be able to do it. You only need to get the window object and use Maximize() method.OnShortcutAfterLaunched should the proper clientside event that you can use for this scenario.
Hello Dennis,
Would you mind to be more specific about this issue? Of course you can also delete by using SQLDataSource.If you don't mind, please provide a simple runable sample. Perhaps, there is something wrong with your delete parameter/methods in SQLDataSource.
Hello Yousif,
Thank you for your valuable feedback. I will inform this to our development team.
Hello Fung,
Actually, you can refresh a pane by using clientside approach (SetContentURL()). However, sometimes the loader style is not loading. In this case, you can trick it by loading the loader manually.You can choose to show the loader before change the url or etc. Please see my attached sample. I prefer to set the URL twice.First will load a page that contains my loading image. Then last, will load the destination page with timeout.Regards,Handy
Hi Eric,
I still need a little time to figure out the scenario. Fyi, the slider issue has been fixed. We will release the fix in the short time.
You can use ClientVisible as true/false to turn on/off the visibility.
e.g WebDesktopManager1.Windows.GetNamedItem("Window1").ClientVisible=false;
I think it is easier if you configure it in Node Style properties. Selected node would be referred into Active style.
I think it is not possible to set the dropdown value when it is a WebGridDropDownList. Even though you can get the object of dropdownlist, it will not also be much help.e.g to get WebGridDropDownList object, you can use
var dd = document.getElementById("WebGrid1_XXXX_DropDown");
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