Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
WebCombo + WebDialogWindow
posted

Hello,

I got a problem when I use a WebCombo into a WebDialogWindow

The data are binded with an ObjectDataSource

 

<asp:ObjectDataSource

ID="dsoCountry"

runat="server"

SelectMethod="ListCountry"

SortParameterName="IDCountry"

TypeName="Company.Contact"

/>

 

 

 

 

 

 

 

 

And a function which retrieve data via Entity Framework

When I put my webCombo on a basic page, I can see some lines and that it refresh when I scroll down.

But when I put it on a webDialog it doesn't refresh. I can't scroll down.

Is someone can give an advice ?

Txs a lot