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
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