jQWidgets Forums
jQuery UI Widgets › Forums › Grid › jqxdropdownlist in grid
Tagged: DropDownList
This topic contains 3 replies, has 2 voices, and was last updated by Peter Stoev 11 years, 7 months ago.
-
Authorjqxdropdownlist in grid 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,
You can refer to the following working demos with jqxDropDownList:
1. http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/cellediting.htm?arctic
2. http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/gridkeyvaluescolumnwitharray.htm?arctic
3. http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/gridkeyvaluescolumnwitharray.htm?arcticTo create a custom editor, you should implement at least “createeditor” and “initeditor” callback function as you can see from the above samples.
In addition, please do not create Duplicate posts in the future – http://www.jqwidgets.com/community/topic/grid-with-jqxcombobox-is-not-working!
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi peter,
I have expect what i need from your support and i thought it might be very useful controls for my projects..but this controls are not deliver what we expect …and i hope you resolve very soon this issues…so that we will not create duplicate post in future…
thanks once again for your great support….
regards,
rani.Hi rani,
The reason I point you to samples and help topics is that they show how a functionality works and how it should be implemented and especially a Custom One with Custom Editors as in your case. However, there is part which should be done by the developer that uses the widgets and unfortunately we still do not have examples for all the available use-cases. Of course, we work hard to deliver more samples.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.