User Profile & Activity

Martin Lie Support
martin@intersoftsolutions.com
Page
of 43
Posted: February 8, 2011 3:13 AM

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.

Hello,

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.

 

Thank you.

Posted: February 7, 2011 7:20 AM

Hello,

I will investigate further with your issue. I will let you know the update soon.


Thank you.

Posted: February 7, 2011 7:19 AM

Hello,

I will investigate further with your issue. I will let you know the update soon.


Thank you.

Posted: February 7, 2011 6:30 AM

Hi Mark,

I will need to investigate and discuss further with the developer team on this issue. I will keep you the update.

 

Thank you.

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.

 

Thank you.

Posted: February 7, 2011 3:24 AM

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.

 

Thank you.

Posted: February 7, 2011 2:22 AM

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.

Hope this helps.

 

Thank you.

Hello Huzefa,

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>  

Hope this helps.

 

Thank you.

Posted: February 4, 2011 5:58 AM

Hello,

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.

 

Thank you.

All times are GMT -5. The time now is 7:25 AM.
Previous Next