jQWidgets Forums

jQuery UI Widgets Forums TreeGrid TreeGrid Filter/Search Field

This topic contains 4 replies, has 3 voices, and was last updated by  rao 9 years, 4 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • TreeGrid Filter/Search Field #65975

    prunk
    Participant

    Using a treegrid filter, (demos/jqxtreegrid/javascript-tree-grid-filter-textbox.htm)
    I would like to apply a value to the textbox that is used for the search field. For example, Instead of leaving the input type text box blank, I would like it to say ‘Search’. I thought it would be a property element but I did not see one that would enable me to do this. Thanks

    TreeGrid Filter/Search Field #65985

    Peter Stoev
    Keymaster

    Hi prunk,

    It’s not possible to put place holder text in that search field. We don’t have API for that.

    Best Regards,
    Peter Stoev

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

    TreeGrid Filter/Search Field #66014

    prunk
    Participant

    Thank you for your response. Is there a way to place an attribute to the field such as name=”something” similair to what you would do for a textfield in a form?

    TreeGrid Filter/Search Field #66015

    Peter Stoev
    Keymaster

    Hi prunk,

    No, you do not have access to these html elements through the API.

    Best Regards,
    Peter Stoev

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

    TreeGrid Filter/Search Field #80329

    rao
    Participant

    Hi jQWidgets Team,
    I have built the Tree structure using jqxTreeGrid. This was the recommendation as jqxTree wasn’t efficient with huge data.
    Now, the tree looks good.
    In order to take up for Element IDs, jqxTree was providing meaningful id, but NOT jqxTreeGrid.

    currently it shows as below, myTree was the div id.
    [@id=’row7myTree’]/td/span[3]

    Assume my data structure is as follows :
    1) json data:
    {
    id: ‘fruits’,
    lable : ‘Fruits’,
    items : [ ]
    }

    So, for sure, the data (especially ID attribute) in each level is unique. So i would like to have the <span> or <td> or of the data filed should have the ‘ID’ field of my json input given to jqxTreeGrid.
    Is there any possibility to achieve it ?

    2) Tree Structure.
    -All
    -Fruits
    -Peal
    – Orange
    – Chikku
    – Pappaya
    -NonPeal
    – Apple
    – Guava
    -Vegetables
    – Roots
    – Potato
    – Beet Root
    – Leafy
    – Mint
    – Palak

    Regards,
    Rao.

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

You must be logged in to reply to this topic.