JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Data Grid Search in a virtual tree grid ( client-server)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #111664
    Oleg Ilin
    Participant

    Hello. I use a “tree grid” with virtual loading via the server for each category due to the large size of the database. Is it possible to organize a search in such a configuration, naturally preserving the location of the categories and the correct location of the lines found in them by search criteria. Is it possible for the adapter to automatically load the lines of the necessary categories found as a result of the search. Do I need additional instructions or functions for this?

    #111680
    admin
    Keymaster

    Hi Oleg,

    As a solution for your requirement, I would suggest you to gray out records not matching the search results in order to preserve the location of the categories.

    Best Regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

    #111696
    Oleg Ilin
    Participant

    Sorry.
    If I understand correctly – the records remain, only the color changes?
    This is not suitable, since the databases are quite large and the search is needed to avoid scrolling through several screens, even though pagination is disabled. Only the records obtained as a result of the search should be displayed

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.