jQWidgets Forums

jQuery UI Widgets Forums Grid Interchanging views between grid and treeview

Tagged: ,

This topic contains 2 replies, has 2 voices, and was last updated by  bobsov 11 years, 7 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author

  • bobsov
    Member

    Got couple of questions –

    a) I would like to use filter capability in grid. However, also would like to have tree view capability. With a click of button, I would like to switch from grid view to tree view with filters intact. Is it possible?

    b) If I have json API call that has 100,000 records but I specify only 20 at a time in my grid build. Is it going to fetch just 20 records and display or is it going to get all 100,000 records and filter on client side to display only 20. What is the true mechanism here? I hope my second scenario is not true with your component.

    Thanks,


    Peter Stoev
    Keymaster

    Hi bobsov,

    1. It is not possible to switch between Grid and Tree or at least we do not have such built-in capabilities in our Grid.
    2. You can implement Server Paging – please look at the PHP or ASP .NET help topics on the Documentation page.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com


    bobsov
    Member

    Thank you Peter. With regard to (1), I wanted to see if I can use shared data source for grid as well as treeview. I will give it a try.

    (2) I finally figured out how easily I can see all filterable properties as well paging properties on the server side. I am using node.js for my project. Thank you for that asp.net server side direction.

    I have another question. Within row filter, I would like to see input box with custom input size and icon (something like jqxInput group). Is it possible to have that?

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

You must be logged in to reply to this topic.