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
570
WebCombo's InitializeDataSource event is not visible in VS2008
posted

 Hi all !

 WebCombo's InitializeDataSource event is not visible in the VS2008 Designer (VS2008/SP1 + NetAdvantage WbClient 8.3 ).Please see:


When manually programming the InitializeDataSource eventhandler to the WebCombo like

 <igcmbo:WebCombo ID="usersWebCombo" runat="server" BackColor="White"
                                           BorderColor="LightGray" BorderStyle="Solid" BorderWidth="1px" ForeColor="Black"
                                           oninit="usersWebCombo_Init"
                                           oninitializedatasource="usersWebCombo_InitializeDataSource"
......
</igcmbo:WebCombo>

  protected void usersWebCombo_InitializeDataSource(object sender, Infragistics.WebUI.WebCombo.WebComboEventArgs e) {
            int i = 0;          
  }

 no InitializeDataSource event will be "fired" !

Any hint or idea is welcome. Thanks in advance !

Regards,

Claus