jQWidgets Forums

jQuery UI Widgets Forums Grid Grid dropdown event

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  support 12 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Grid dropdown event #18649

    himaja
    Member

    Hi,

    We are facing an issue with grid dropdown load.

    There are two columns in grid .
    col1: Text column
    col2: Dropdownlist

    Dropdownlist is populated based on the text column value.

    CreateEditor event is used to fetch the dropdown list.

    When first column is clicked the call is made to controller to get the data.
    On further column clicks of dropdown the call is not being made to controller, which is returning in inconsistent data.

    Please suggest.

    Thanks

    Grid dropdown event #18671

    support
    Participant

    Hi himaja,

    If you want to dynamically change the data source of the jqxDropDownList editor, you will have to use “initeditor” instead of “createeditor”. “createeditor” is called just once when the editor is created/opened for first time.

    Best Wishes,
    Mariya

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.