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
See the attached file with 3 examples
There are
A bug report has been submitted regarding the example #3, controls in a Table within a Panel. We will inform you if there is any update or progress regarding the issue.
The developer has just updated me regarding the issue, for ASP table, you will need to mark the container type in the FlyPostBackManager like so:
fpb.ClientAction.MarkTypeAsContainer(typeof(Table));fpb.ClientAction.MarkTypeAsContainer(typeof(TableRow));fpb.ClientAction.MarkTypeAsContainer(typeof(TableCell));
These line should be executed before triggering the WebInput and WebCombo RequireUIRefresh.
in VB the code is:
pb.ClientAction.MarkTypeAsContainer(GetType(Table))fpb.ClientAction.MarkTypeAsContainer(GetType(TableRow))fpb.ClientAction.MarkTypeAsContainer(GetType(TableCell))I'm not marking this answered until someone can tell me where this is explained in the Intersoft documentation.Also, I'm still investigating why one WebCombo loses its style causing the dropdown arrowto be displayed as a "6".
i've added an example 4 to fpbtest9. See the attached file.
in this example the WebInput with the date loses its mask after you click Btn 4. When you click the button again there is a trap in client code.
Issue discussion is continued on this thread
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