I am looking to see if there is any type of widget similar to the attachment, I know that DevExpress has this type of control and I believe Telerik Ajax for WebForms. I have found a similar control but it strictly a jquery plugin and I have also found an implementation somewhere on this forum posted from back in 2013, but the fiddle was rather confusing and not entirely what I was looking for.
So is there a control like this, or has anyone had to build something similar to this?
7 Answers, 1 is accepted
Kendo UI does not offer a standalone "checkbox based filter with a search" widget. You can log your feature request in the Kendo UserVoice portal.
You might be also interested to learn that, since Q1 2016, the Grid widget offers a search box for the values in the multi-checkbox filter functionality. You can test it in the following demo.
Best regards,
Rumen
Telerik by Progress
I like the looks of that grid. Is it possible to place that grid into a dropdown?
Yes, of course. You can place it in a dropdown or just in a standard div element which you can show and hide with CSS or simple JavaScript.
BTW we are working on such example that we will release very soon with the R3 2016 release of Kendo UI, to be out in mid-September.
Kind regards,
Rumen
Telerik by Progress
Would you have an example of adding the grid to a dropdownlist? I tried on my own by creating a dropdownlist then adding the grid but to no avail.
Here is my dojo
http://dojo.telerik.com/@Cwm/efAqi
As I already explained this is a demo that we are currently working on for the R3 2016 release. You can find details for it in the following resources:
Best regards,
Rumen
Telerik by Progress
Hi Rumen,
My question was more directed at your response when I asked about placing a grid in a dropdownlist and you said "yes", so now my question was "How do I place a grid in a dropdownlist?" and I provided a link to a dojo showing that I can't do it and want to know how to do it.
Me: I like the looks of that grid. Is it possible to place that grid into a dropdown?
You: Yes, of course. You can place it in a dropdown or just in a standard div element which you can show and hide with CSS or simple JavaScript.
Based on those messages, how can i place a grid into a dropdownlist? as you said above that I could place a grid in a dropdownlist.
Please, excuse me for my earlier misleading response!
I am afraid that the described behavior cannot be achieved with the current version of the Kendo DropDownList as noted in this popular UserVoice item: Grid in ComboBox.
I suggest you to use a Grid outside of the combo, e.g. in a popup Window or directly on the page.
You can also wait for a demo, the specification and scenarios of which are logged here -> Demo that showcase picking single/multiple items from a dialog from a form
Best regards,
Rumen
Telerik by Progress