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,
ServiceUrl is a property where you set the page that has FlyPostBack manager logic.
Therefore, you should set ServiceUrl to the page where you implement FlyPostBack manager.
Thank you.
I have attached a recorded video showing how the project works on my end using the latest version 7.0.7200.418.
I have uploaded the project sample along with its assemblies file. You can download the link here.
Just let me know whether the project works fine on your end.
I will investigate further with your issue. I will let you know the update soon.
Hi Mark,
I will need to investigate and discuss further with the developer team on this issue. I will keep you the update.
Hello Martin,
Looking at your scenario, I think it is best to use linked WebCombo feature. Therefore, you simply need to use WebComboNET for the EditType in WebGrid and specify the WebComboID property.
<ISWebGrid:WebGridColumn Caption="Syxxx" EditType="WebComboNET" WebComboID="WebCombo1" Name="Syxxx" Width="150px" DataMember="Syxxx_Cd" > </ISWebGrid:WebGridColumn>
For more information about Linked combo, please refer to the Linked combo sample.
Hope this helps.
Hi Soloman,
We currently don't have any method on closing the browser programmatically. It is the default behavior by the browser itself.
However, I may put this issue on feature request if you want to.
Hello Huzefa,
We do have a sample that implement this kind of scenario. When you select a value from WebCombo, it will set all values in other controls and update the UI as well.
You can find the sample in here.
You can set AlwaysShowAllRowOnDropdown property to True.
<ISWebCombo:WebCombo ID="WebCombo1" runat="server" DataSourceID="AccessDataSource1" DataTextField="ContactName" DataValueField="CustomerID" Height="20px" UseDefaultStyle="True" Width="200px"> <LayoutSettings AlwaysShowAllRowsOnDropdown="True"> </LayoutSettings> </ISWebCombo:WebCombo>
This issue has been fixed in the latest build version of WebGrid, which is version 7.0.7200.418.
Please update your build version using Update Manager and try to run your project. The error should no longer exist.
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