This is a migrated thread and some comments may be shown as answers.

Filter text box value persists in the child table of hierarchial radgrid

2 Answers 116 Views
Grid
This is a migrated thread and some comments may be shown as answers.
kdyeqb
Top achievements
Rank 1
kdyeqb asked on 05 Apr 2012, 08:55 AM
Hi
I am using a hierarchial radgrid & when I filter in the child table ,The value in the filter text box persists in the other child tables of other master rows.
Like I have attached a screenshot of the same in which u can see that value 7 in the textbox persists.I have taken the screenshot from the below link.

http://mono.telerik.com/Grid/Examples/Hierarchy/FilteringDetailTables/DefaultCS.aspx


Basically, I do not wish to persist this filter text value in other child tables.

Please suggest.

thanks

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 05 Apr 2012, 01:41 PM
Hi,

I understood the issue you are facing.This is design limitation of the grid's hierarchy.Filtering settings for the columns are cloned for every detail table and this is the reason why you are seeing the Filter TextBox values when you expand the next row also. Separated filter expressions on the other hand are created for every grid table view, that is why the filtering expression is not applied, but only the value in text box is displayed. You could use hierarchy with NestedViewTemplate with RadGrid in it to overcome this limitation.

Thanks,
Shinu.
0
kdyeqb
Top achievements
Rank 1
answered on 11 Apr 2012, 06:46 AM
Hi
But is there any workaround using javacsript with which we can implement this functionality mentioned above.

Thanks
Tags
Grid
Asked by
kdyeqb
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
kdyeqb
Top achievements
Rank 1
Share this question
or