This is a migrated thread and some comments may be shown as answers.

have a grid with drag and drop filter

3 Answers 197 Views
Grid
This is a migrated thread and some comments may be shown as answers.
morteza
Top achievements
Rank 1
morteza asked on 06 May 2019, 02:37 PM
i want to have a grid,which i can see the filters in left pane,then by draging and droping those filter,my grid filters accordingly ,is there such an option?

3 Answers, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 08 May 2019, 09:51 AM
Hello Morteza,

The Grid does not have such functionality out of the box. What you can do it use the Drag and Drop API to implement the UI part of the drag and drop functionality. You can see some demo examples of the Drag and Drop API here:
Kendo UI Drag and Drop Demos

Then, when an item is dropped, you can filter the Grid by manually adding filter expressions to its DataSource. You can see such examples in the following articles:
DataSource filter method
Filter All Grid Columns with Single Textbox

Regards,
Tsvetina
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
morteza
Top achievements
Rank 1
answered on 08 May 2019, 10:00 AM
Thanks a lot,seems a bit complicated considering the limited time i have to implement this i would like to ask you another help regarding the issue,i want to bind a multi select text box,and filter my gris according to my select and unselect in the multi select box,is it possible for you to create a samll demo then i have a clue how to do it?
0
Tsvetina
Telerik team
answered on 09 May 2019, 01:27 PM
Hello Morteza,

Here is a quick example of a Grid being filtered externally by a MultiSelect:
https://dojo.telerik.com/oLUsAruR

Is this the kind of example you were looking for?

Regards,
Tsvetina
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
morteza
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
morteza
Top achievements
Rank 1
Share this question
or