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 Hamdy,
I'm really apologize about my sample attachment before, because I haven't edit the comment. Here I reattach you the sample. This sample using exactly the same code as my statement before.
I have follow your step in this sample and its working fine in my end. Could you please try this sample in your place and let me know if this sample work or not?
Below is the following step:
- click on button open 'DialogBox'
- close the dialog box ( click close (x) )
- click on button 'close all' to close the window
If this sample is not work, could you send me your sample project that replicating your issue?
And for better result, please do not forget to use the latest bins before you run the project.
Thank you.
Regards,
Julia
Hi Huzefa,
I'm sorry but currently there is no properties that fit into your scenario. WebGrid is not support to applied one kind of editor for different row within the same column.
But if you really need this feature, please request it as feature request in your TDN account. Our development team will check the possibility of this feature to be implemented.
I'm apologize if I have misinterpret the scenario that you describe in the statement above. If I'm not wrong, are you trying to close the WebDesktop's window and WebMenuBar after open WebDialogBox?
If yes, you could use these snippet :
function Button1_onclick() { var wnd = ISGetDesktopManager("WebDesktopManager1"); var mnuBar = ISGetObject("WebMenuBar1"); var activeWnd = wnd.GetActiveWindow(); mnuBar.Hide(); activeWnd.Close(); }
Unfortunately, I'm sorry that I'm not use your code because the codes doesn't work in my end.
Here I attach the sample for you. Please let me know if this sample has appropriate with your need or not.
And if this sample is not fit with your scenario, please let me know the scenario with more details. Thank you.
Unfortunately, you can't use multiple editor control in one column. Currently WebGrid only support one editor for one column.
Actually to add new row, you don't have to tabbing until the last column. You can simply press SHIFT+ENTER instead, as this key also occur to be the shortcut key of PerformAdd in context menu.
I hope this information helps.
Hi Ben,
I'm sorry but it is not possible to change the display position of navbars. We don't provide any property to reposition the displays.
Hi Mark,
Thank you for sharing the workaround with us. I have forwarded your valuable feedback to our development team. Please let us know if you need another help.
I'm sorry to keep you waiting. I have created a workaround for you based on the sample that you attached before.
As the mask of WebInput has edit text and display text, you will have two different values for every new input value. Apparently, this two value that might be triggered the OnAfterValueChanged event twice. So, to avoid the event being fired twice, we need to compare if the new value is really come from user and not by mask. It is a little hard if the comparison value has different format of slash and dash. So by using regex, we could manipulate to equate the edit value as display value, this way the event wouldn't do more firing.
For more detail, here is the attachment of my workaround.
Please let me know if this workaround could help or not.
I'm apologize for the delay answer. Currently our development team is investigating this project. I haven't receive any confirmation on when the hotfix will be ready. If you don't mind, may I know the deadline of your project?
Hi Suhas,
Your welcome. I'm glad to hear it could help your work. Please let us know if you have another questions.
Hi Dermot,
Thank you for your valuable feedback. Currently, we have workaround for this. If you want to set the WebGrid to 100%, you will need to set the containers to 100% too. To give you a clear detail about this, here I attach a simple sample for you. I hope this sample could be useful.
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