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 Shawn,
Yes, when you use RetrieveHierachicalStructure, it will overrides all of them. You could simply remove the RetrieveHierachicalStructure from your code. If it is still not working, could you send a running simple sample for me to investigate it furtermore?
Thank you and have a nice day.
Best Regards,
Andi Santoso
Hello Michael,
Actually, we do have a client side event when the button is clicked. The workaround for this scenario is by creating a client side event of OnButtonClick then in side of it we can do show a WebDialogBox.
Here is the snippet in order to do so:
function WebFishEye1_OnButtonClick(controlId, button) { var WebFishEye1 = ISGetObject(controlId); var dlbBox = ISGetObject("WebDialogBox1"); setTimeout(function() { if (button.ItemName == "btniTunes") dlbBox.ShowDialog(); }, 300); return true; }
In this snippet, the dialogbox will show up when the button iTunes has been clicked. I hope it helps. Thank you and have a nice day.
Hi Yuan Zi,
Could you kindly give me more specific details on your scenario? Does it mean that you wanted the image cannot be double clicked? Or perhaps, you wanted that the image is skipped? Or perhaps, it is something else. Thank you and have a nice day.
Hi Gaurav Desai,
Yes, currently we do not have a client side on that scenario. However, we do have a client side event that will triggered after the process is done. You can use AfterResponseProcess client side event, then we can make a validation if the last action is a column sort.
Here is the snippet to do so:
function WebGrid1_AfterResponseProcess(controlId) { var WebGrid1 = ISGetObject(controlId); if (WebGrid1.LastAction == "ColumnSort") alert("Sorting has been done"); return true; }
I hope it helps. Thank you and have a nice day.
Hi Jean,
Sorry for the inconvenience, I am able to replicate the script error. It seems that there is override object when we try to use WebScheduler inside WebTab and WebDesktop. However, attached is a new .dll files that will solve all the problem. You can simply copy those two files into your bin project and re-try it again.
However, this is only a nightly build and has not been intensively tested. Disclaimer on: Any feedback regarding this build would be highly appreciated.
Hi Gaurav,
Thank you for your detail information about your scenario. There is a workaround for this scenario. First of all, in order to get this scenario, update the hidden data member, we will need to update them directly to its database.
So, there are two scenario can be done in here. One is, by closing the popup window, we will perform an update and refresh the grid so that, it will show us the updated value when we try to re-open the popup window. The other scenario is, by having a "Submit" button on outside the grid. However, after we update a value in the popup window and then close the popup window, the next time we open the popup window, it will still show us an old value. That is happened because we have not perform a refresh for WebGrid to retrieve a new value.
In my sample, it will show that every time we close a popup window, it will perform a refresh. So when we try to re-open the popup window, it will show us an updated value. If we want to use a "Submit" button, we can simply remove the Refresh action on InitializePostBack in server side and perform a WebGrid.Refresh() when the button is clicked.
May I know what is the problem when you tried to edit the WebScheduler? Does it has an error message on it? I have tried under all you settings and it worked just fine. I attached you a screenshot of what I got. Forgive men, however, there are no errors when I tried to edit the WebScheduler inside the WebTab.
Not really, there are more than that. If you go to http://support.intersoftpt.com, you will see there are lot of enhancement being made in there.
Sorry for the delay. There is some small problem to do this scenario with the our WebGrid. However, it has been fixed. Please ensure to put the .cs files in you App_Code.Please donwload the dll here, and make sure you have upgraded the dll of WebGrid as well.
However, this is a nightly build version. so, disclaimer on: Any feedbacks will be highly appreciated if encountered any issue regarding this build.
Hi Madhavan,
All the things that might change the language is the one that I mentioned above. The problem is, still I cannot replicate the issue. Could you kindly send me a simple running sample that replicate the language issue for me to investigate it furthermore?
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