This topic contains 3 replies, has 2 voices, and was last updated by Todor 5 years, 4 months ago.
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › TreeGrid › Treegrid custom filter dropdown and input
Tagged: #jqwidgets-grid, custom filter, filter, javascript grid, jquery grid
This topic contains 3 replies, has 2 voices, and was last updated by Todor 5 years, 4 months ago.
Hi so i have this treegrid with custom filtering that has a select dropdown (which will list all the columns of tree grid) and input field to filter by.
I was able to get the input field working, but i am not sure how to filter based on the selected column from the dropdown. Please a workaround would be helpful
Example output:
Dropdown (selected): EmployeeID
Input field: 1
press the filter button to filter based on the value entered in the input field
Example output 2:
Dropdown (selected): FirstName
Input field: Andrew
press the filter button to filter based on the value entered in the input field
Here is my jsfiddle:
http://jsfiddle.net/9rz8cbjv/11/
Hello dan123,
We have the same demo for jqxTreeGrid. You could review it whether it fits your needs.
Let us know if you need further assistance.
Best Regards,
Todor
jQWidgets Team
https://www.jqwidgets.com
Hi Todor,
I can’t use the filtermode: ‘simple’ because it adds a toolbar which i cannot even modify to add additional input fields. So that why i want to leave the filtering outside.
Hello dan123,
Please review the following example whether it fits your needs.
Let us know if you need further assistance.
Best Regards,
Todor
jQWidgets Team
https://www.jqwidgets.com
You must be logged in to reply to this topic.