jQWidgets Forums
jQuery UI Widgets › Forums › Grid › Adding a mult-select dropdown menu to a grid
This topic contains 6 replies, has 2 voices, and was last updated by Dimitar 11 years, 4 months ago.
-
Author
-
Is it possible to add a multi select dropdown menu to a grid in that the user checks the items he wants displayed?
Hello josh,
Please check out the demo Custom Column Editor, where this functionality is implemented (note the “Products” column).
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/`Hi Dimitar
<img src=”https://drive.google.com/file/d/0B4Vv81cTKQcla0d2YU5IOHFpZjA/edit?usp=sharing” alt=”screenshot” />
this is what i wanted to implement..Add 2 multi-select drop down menus that allows a user to select a “evidence” item or select a “instance_id”.
This will display a data grid below with the following columns:
Date and time Type
Date and time should be full date and time like:
2012-05-10 22:00:40.576
This should be sortable so user can sort in chronological order.The type should be, the source of the date time. Whatever the field name is (e.g. “Install” , “Property_keys”, “user_datetime”, last_modify_regtimes”)
Regards
Hi josh,
Do you wish to filter your grid from two external dropdownlists based the fields “evidence” and “instance_id”? The provided image does not make your point clear. Please share more general information about your issue.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Yes Dimitar thats what i want to do
so when the user selects a “evidence” item or selects a “instance_id”(from the dropdown list),It displays a data grid below with the following columns:
Date and Type (filtered by the checked criteria from the dropdown select above)
This should be sortable so user can sort in chronological order.
Does it make any sense?
RegardsHi Dimitar,
did you get the explanation now?
thanksHi josh,
In the Custom Filtering demo you may find an example of filtering from an external control, in that case jqxListBox. You would only have to change it to jqxDropDownList, the rest of the logic remains the same.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.