hi,
I have been trying to get the filter on the treegrid. By giving the showFilterEditor:true i am able to display the filter editor on the screen but when i provide value to it i am either getting a javascript error telling the some property is null or if the filtering takes place i am not getting any result and the grid displays No results matching your criteria, which is not the case.
Treegrid is said to be extension of Listgrid and all the methods of List grid, apart from those which are overridden in Treegrid can be used here.
Can you tell me what should i do to get the filter working for tree grid.
I have been trying to get the filter on the treegrid. By giving the showFilterEditor:true i am able to display the filter editor on the screen but when i provide value to it i am either getting a javascript error telling the some property is null or if the filtering takes place i am not getting any result and the grid displays No results matching your criteria, which is not the case.
Treegrid is said to be extension of Listgrid and all the methods of List grid, apart from those which are overridden in Treegrid can be used here.
Can you tell me what should i do to get the filter working for tree grid.
Comment