jQWidgets Forums
jQuery UI Widgets › Forums › Grid › Custom Filter Row
Tagged: grid filter
This topic contains 6 replies, has 3 voices, and was last updated by Martin 6 years, 11 months ago.
-
AuthorCustom Filter Row Posts
-
Is it possible to have filter for one column as dropdown menu and other field as inline filter?
Hello nikitaso,
You can set the ‘showfilterrow’ property to true and add ‘filtertype’ to the column that you would like to have a dropdown filter menu.
Here is a Demo that shows this example, if this is what you mean.Best Regards,
MartinjQWidgets Team
http://www.jqwidgets.com/Hi Martin,
I would like to know , Is it possible in grid to have multiple Filtertypes for a single column. like below image with Select option + Text Filters. So while I click the “Text Filters” Button then the additional options shown in the right side as below
Is it possible something to have as like the below highlighted “filtertype” code . Or Please suggest how to achieve this via grid customization.
columns: [
{ text: ‘Name’, columntype: ‘textbox’, filtertype: ‘input’, datafield: ‘name’, width: 215 },
{
text: ‘Product’, filtertype: [‘checkedlist’,’input’] , datafield: ‘productname’, width: 220
},
{ text: ‘Available’, datafield: ‘available’, columntype: ‘checkbox’, filtertype: ‘bool’, width: 67 },
{ text: ‘Ship Date’, datafield: ‘date’, filtertype: ‘range’, width: 210, cellsalign: ‘right’, cellsformat: ‘d’ },
{ text: ‘Qty.’, datafield: ‘quantity’, filtertype: ‘number’, cellsalign: ‘right’ }
]Hello karthikshogan@gmail.com,
Unfortunately, we do not have such a built-in functionality.
You can try to create your custom filter.
Take a look at this Demo for custom filter. It is located in jqxGrid/Filtering/Custom Filter Menu.Best Regards,
MartinjQWidgets Team
http://www.jqwidgets.com/Martin,
Thanks for your reply. Let me try it out and update you.
But the requirement that I have is achievable through grid customization right ?
In case if I struck up customizing it, can you able to help me through http://jsfiddle.net.
Thanks in advance.
Hi Martin,
I am looking for an Organization Hierarchy chart component.
I have seen it some where, Searching it for almost a day to locate it but unable to recollect exactly. Is there any such component available in jqwidgets?
Can you please locate me some examples if any in jqwidgets.
Thanks,
KarthikHello Karthik,
Unfortunately, we do not have such a component.
You can look at This functionality of the jqxDocking.
However, we can not provide you a solution for the connections between the nodes.Best Regards,
MartinjQWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.