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

[Solved] filtering/Sorting Grid

1 Answer 103 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dip
Top achievements
Rank 1
Dip asked on 27 Jul 2009, 03:30 PM
Hi,
I have watched a lot of question regarding my question on Telerik forum, but it wasn't clear for me .
I have implemented filtering and sorting in Radgrid and works perfect.
Now the question  is , Is there a way to get that filtered dataset of the RadGrid?

for eg: 
Starting Datasource : {1,2,3,4,5,6.. 100}

Filtering Contain "0"
Filtered Datasource:{10,20,30,40,50,60,70,80.90,100}   

There reason I need this is because I have to bind the Filtered DataSource to a radComboBox..
I didn't see any thing in RadGrid that give me this result?

thanks,
DIP

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 30 Jul 2009, 08:11 AM
Hi Dip,

Basically, there is no property which would return the filtered data to which the control is bound. However, one possible option is to simply re-query the datasource of the grid, according to the filter options chosen by the end user, and then supply the resulting set as a datasource for the combo.
I hope this suggestion helps.

All the best,
Yavor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Dip
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or