Browse By Tags

  • WEB Combo with Ajax Enabled Not refreshing sometimes.

    HI Friends,

    We are using webcombo with ajax enabled, when we click on scroll bar, it supposed to refresh combo with new set of data, but sometimes it is not reloading the remining data, just struck with initial set of data. It works sometimes and sometimes…

  • WebCombo not firing a SelectedRowChanged after selecting item in rows > 1

    I have a WebCombo control that works correctly when I can select the first item in the drop down list. If I select an item that is not in the first row nothing fires. I'm using the 9.2 controls and I'm testing with 10.2 using 3.5 framework and VS 2010…

  • WebCombo: row is null

    Hi

    I am using ultrawebcombo(hierarical Grid is placed inside the webcombo). I am getting error in FF, row is null. Error occur in afterselectchange .  wgrid.getActiveRow() it returns null in FF, but this is working fine in IE. Can any one help me for…

  • What is the significance of Enable Ajax checkbox on Webcombo.

    I have two questions

    1. I have 4 webpanels in my page. The webpanel2 has webcombo box( WebComboOutbound) and WebAsyncRefreshPanel. In the webAsyncRefreshPanel, I have chart display.

    I have set theTriggerControlID of webAsyncPanel set to "WebPanelOutbound…

  • How to clear WebCombo

     How I can do by clean my webcombo, I have to information in my screen, when I have used this information I want to clean all my display but I have problem with my webcombo, I can not clean it. 

  • igtbl_onBodyResize

    I have a WebCombo control on a web page. The combo box is removed from control collection after responding to an ajax call. The full page is not re-populated. However, the igtbl_onBodyResize function is still called after the webcombo is removed.

    Since…

  • asynchronous post backs in WebCombo

    Dear All,

    The webcombo allows to use the asynchronous post back but the entire aspx page is reloading and postback is not visible

    Can i fetch the data from only InitializeDataSource event handler and without entire page load as Page_Init,Page_Load,Page_PreRender…
  • WebCombo.AfterSelectChange - addhandler in JScript

    Hello.

     

    I have an ExtenderControl which should handle WebCombo.AfterSelectChange and perform some actions afterward. How can I add  handler in JavaScriptCode?  I tried to do it like

    var combo = igcmbo_getComboById(comboId);

    this._onAfterSelectChangeHandler…