I need to do filtering function in radgrid by calling the databind() function.
May i know is it possible to do that? If ya, how? I cannot use
AdvancedDataBinding (needDataSource) to do filtering, as my radgrid
got relate with another data in a user control.
Please help!
Thanks.
Regards,
Soo
1 Answer, 1 is accepted
0
Yavor
Telerik team
answered on 21 Apr 2008, 05:47 AM
Hi soo,
You cannot use the automatic Filtering, when using simple databinding for the control. I would suggest using Advanced dataBinding for this case (NeedDataSource or a datasource object).