jQWidgets Forums
jQuery UI Widgets › Forums › Grid › Grid with JqxCombobox
Tagged: jqxGrid Grid Editor ComboBox
This topic contains 8 replies, has 3 voices, and was last updated by rani 11 years, 7 months ago.
-
AuthorGrid with JqxCombobox Posts
-
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,
RaniHi 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 StoevjQWidgets Team
http://www.jqwidgets.com/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…Hello Rani.
You can take a look at the following demo to see how to customize the Grid editors.
I hope this helps.
Best regards.
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.Hi Rani,
Unfortunately, we do not have such sample at present. We will consider adding in the future versions.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/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…Hi rani,
For creating Custom editors – see: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/cellcustomediting.htm?arctic.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/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. -
AuthorPosts
You must be logged in to reply to this topic.