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,
Deeply apologize for the late response. We were in the middle of release product.Regarding your scenario, I am not sure if this can be done or not. But if the current scenario can be done within a webpage, then the answer is yes. Perhaps, you need to figure our how to communicate the parent page with the child/iframe page.Fyi, if you are in parent page, you can use window.frame[idx] , to access the child page.But if you are in child page, to access your parent page, you can simply use window.parent.When you reached the current destination page, you can access the control or the element in the current page.If any information such as login information or session existed, you can also transfer the information the another page. Hope this helps.
Regards,Handy
Hello Ajay,
Loading external application should not cause unlicensed version. I tried to run your sample. However, it tried to access a remote server. Can you send me your userid and password for developer network to handy@intersoftpt.com. I would try to confirm whether your license is correct or not.
First, You need to inspect the element of chart container by using firebug or developer tools.After that try to set the style (javascript) in OnInitialize event.
I think it would return error only in condition if rowObject is not the current row that has pending changes.Instead to do validation in that event, I try to use the same validation in OnAcceptAllChanges event.
function WebGrid1_OnAcceptAllChanges(controlId) { var WebGrid1 = ISGetObject(controlId); var answer = confirm("Update data ?"); if (answer) { return true; } else { WebGrid1.GetChanges()[0].Row.UndoChanges(); return false; } }
To undo specific row changes, you would need to know in what index array that the row changes collection. You can use WebGrid1.GetChanges().length to know how many row changes.Hope this helps.
Hello Steve,
Please kindly check our Knowledge Base article regarding this question. Here is the link.
Hello Jonathan,
Unfortunately, we don't have a direct sample about UXTreeView with DragDrop capability. To understand about our Drag and Drop, please kindly check our documentation about Drag-drop Framework Overview.We also have DragDrop sample in our ClientUI sample>>ClientUIFramework. Hope this helps.
You can try to change the text in TextSettings property.
<LayoutSettings> <TextSettings RetrievedTextFormat="{retrieved} of {totalrows} Showed." /></LayoutSettings>
Hello Jean,
Our WebTreeView has not provide a method to unselect a node. I have forwarded this our developer and this has been made as a feature request.
In this time, it cannot be done. I have created a work item regarding this request. Our developer would try enhance it in the future. If you sure that .js can change the message, then you should run WebScheduler by using CommonLibrary instead of using SmartWebResources.Regards,Handy
Hi,
Apologize for the delay. We have something that make the release delayed. But we do try to release at this month. When we have relased it, we would announce it in our WebSite. We also send a newsletter about this to our registered customer. So, I believe you would also get this message after we released the product.
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