jQWidgets Forums

jQuery UI Widgets Forums Grid Custom Filter Row

Tagged: 

This topic contains 6 replies, has 3 voices, and was last updated by  Martin 6 years, 11 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • Custom Filter Row #100321

    nikitaso
    Participant

    Is it possible to have filter for one column as dropdown menu and other field as inline filter?

    Custom Filter Row #100323

    Martin
    Participant

    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,
    Martin

    jQWidgets Team
    http://www.jqwidgets.com/

    Custom Filter Row #100535

    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
    Excel Like

    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’ }
    ]

    Custom Filter Row #100545

    Martin
    Participant

    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,
    Martin

    jQWidgets Team
    http://www.jqwidgets.com/

    Custom Filter Row #100685

    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.

    Custom Filter Row #100686

    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,
    Karthik

    Custom Filter Row #100701

    Martin
    Participant

    Hello 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,
    Martin

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.