Browse By Tags

  • Access item value and OnValueChange event (final value change event)

    Hello,

    I am using build number 9.1.2087. Here is my sample code:

    <ig:WebDropDown ID="WebDropDown1" runat="server" DropDownAnimationType="Linear" TextField="Keyword_Description" ValueField="Keyword_Description…

  • Checking Selected Value When DropDownList control loses Focus

    Hi, I'm wondering if there is anyway to check the value of a WebDropDownList control on the client side when it loses focus?  I've tried implementing logic on the Focus client side event but it doesn't fire when user changes focus on the control. …

  • Using WebDropdown in WebDataGrid's Row Adding Core

    Hi Guys,

    Im new here..

    I tried using web drop down in webdatagrid so that it displays tha valid years that has to be entered into the table. but wen i just click away from the drop down the value i selected is not retained in the grid. More over wen…

  • WebDropDown & WebDatePicker AJAX controls not persisting values or firing events

          I recently wrote an enhancement to an that included creating a new user control.  I initially added all of the new features in a new web application, before integrating it into the existing application.  The new user control within this new application…