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 Alex,
I'm apologize to make you wait for a long time.
Based on the information I got regarding this, I'm sorry to say that our controls still not support for QTP. We're not applied any auomate testing controls add-ins. Also, currently we haven't any plan to make the automate testing for our products.
I hope this information could help.
Thank you.
Warm regards,
Julia
Hi Rolf,
Glad to hear the good news.
Feel free to post when you got another questions.
Hi Fabrizio,
Glad to hear that you has solved the problem. And thank you very much for sharing the info with us.
Please let us know if you have any more questions, it will be our pleasure to help.
Hi Shawn and Rolf,
Hereby, I would like to inform you regarding WI 657.
The checkbox uses our default style, so it can be overridden using CSS.
For this issue, you can use the following snippet:
<style type="text/css"> .DefChkBox { height: auto!important; } </style>
Please note that the !important is needed to override the height value of the checkbox.
Hope this helps.
Warm regards,Julia
Hereby, I would like to inform you that our Development Team has confirm that this issue is not a bug. The exit edit mode doesn't lock the cell navigation, which is the default implementation.
Due to a lot of mode for exit edit mode alone, we suggest you to implement this behavior only in your scenario.
Here is the step:- During the exit edit mode event, put a flag that indicate the Grid to lock up navigation, example : grid.LockCellNavigation = true.
- Handle OnKeyDown event of the Grid. If the pressed key is either left, right, top, bottom, tab, or shift tab, then return false if the grid's LockCellNavigation is true (which was set from the previous condition).
I have checked the status of this issue (WI 657). The WI hasn't been fixed yet. However, I have rings for developer attention regarding this issue. I'll keep you update as soon as I got any news from our Developer team.
Warm Regards,
Hi Dhaval,
By setting AllowExport="Yes", the Export option will exist in both Context Menu and WebGrid's footer. If you want to disabling Export menu in WebGrid's Context Menu, you can use the following snippet :
function WebGrid1_OnRowContextMenu(controlId, rowType, rowElement, menuObject) { var WebGrid1 = ISGetObject(controlId); menuObject.Items.GetNamedItem("mnuExport").Disable(); return true; }
in case you want to hide the Export menu, you can change the Disable() into Hide().
I hope this could help.
Best regards,
Hi Yiannis,
Thank you for your interest in using our products. ClientUI documentation's will be included in our release product that will coming soon, about the next two weeks. We will update the news about our releasing product in this Community. However, I will keep you update in this thread when the product is ready.
Hi Yousif,
Thank you for this valuable feedback. I have create WI (Task #743) as feature request to our developer team. They will check for the availability of this feature to be implemented. However, currently they have tight deadline regarding our product that will be released soon. But I will keep remind them with the request, and keep you update with any news regarding this request.
Hi Huzefa,
We are estimated that the next product will be released by the end of this month. If your product still in subscription periods, you can get all of them. However if it's not, I am sorry that you will need to buy new subscription to get the new features. But of course you can always get any hotfix for your existing 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