jQWidgets Forums

jQuery UI Widgets Forums Grid Grid with JqxCombobox

This topic contains 8 replies, has 3 voices, and was last updated by  rani 11 years, 7 months ago.

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
  • Grid with JqxCombobox #47187

    rani
    Participant

    Hi,

    I have an issue with JqxCombobox which is binded to one of the column in JqxGrid….

    I have 3 combobox which is depend on one another like (Country->State->City). first we select country , based on that country states combobox are filled and when we select “state” , city combobox will be filled.

    Issue no.1
    for ex: in Grid we have 5 rows…..

    when we click on country combobox the dependent combobox(state and city) are get empty(by default it shows “select state” and “select city” value,previous selected values are not showing).

    Issue no.2

    When we apply the Auto-complete for the Country, The country selected for the first row is been taken default for the next selected row.

    Issue no.3

    For the first row when we have selected the Country,state & city and try to double click any where in the row some times it makes the entered columns empty.

    If it is possible you can help me out by sending the sample code using the above mention scenarios.

    Regards,
    Rani

    Grid with JqxCombobox #47188

    Peter Stoev
    Keymaster

    Hi Rani,

    If you want to create Custom ComboBox editor, then you need to implement both createeditor and initeditor callback functions. The first defines the settings of the widget, the second defines the current values of the editor, when it is displayed.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    Grid with JqxCombobox #47231

    rani
    Participant

    Hi Peter,

    will you please provide one sample code for above scenario…so that it will be helpful to implement in our application….

    thanks & Regards,
    Rani…

    Grid with JqxCombobox #47232

    jqwidgetsdev
    Participant

    Hello Rani.

    You can take a look at the following demo to see how to customize the Grid editors.

    http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/customizededitors.htm

    I hope this helps.

    Best regards.

    Grid with JqxCombobox #47234

    rani
    Participant

    Hello Peter,

    Thanks for reply, but it doesn’t help me out. so please provide me one sample code where grid contain 3 or more jqxcombobox which is dependent on one another(ex: country->state->city).

    regards,
    Rani.

    Grid with JqxCombobox #47248

    Peter Stoev
    Keymaster

    Hi Rani,

    Unfortunately, we do not have such sample at present. We will consider adding in the future versions.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    Grid with JqxCombobox #47289

    rani
    Participant

    Hi,

    thanks for ur reply….atleast will you provide ,createeditor and initeditor functions example as you mentioned in above reply….it would helpful for us…as we are using your controls…so give us support…so that we can use in other projects too…

    thanks & regards,
    Rani…

    Grid with JqxCombobox #47290

    Peter Stoev
    Keymaster

    Hi rani,

    For creating Custom editors – see: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/cellcustomediting.htm?arctic.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    Grid with JqxCombobox #47540

    rani
    Participant

    Hi peter,

    I am unable to solve this issue , as i have depenedent dropdownlist (country->state->city) in grid. can you please give one sample code or can we use other jquery controls instead of jqxdropdownlist, as it is wasting most of the time..

    thanks & regards,
    Rani.

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

You must be logged in to reply to this topic.