Hi
i update code from to Q2 2011 in old version when i use RadGrirdView and i type in Filter Text
to get me certain rows as in my attachment ,when use the following code it not get me the result row
Please tell me how i can get the Filter rows not seletedrow
this code run before fine but here get me a first row in all data not viewed on Grid
Thank you
Mahmoud Salem
i update code from to Q2 2011 in old version when i use RadGrirdView and i type in Filter Text
to get me certain rows as in my attachment ,when use the following code it not get me the result row
DataRowView m_dgrvCurrent;
m_dgrvCurrent = (DataRowView) (radGridViewCountries.DataSource as BindingSource).Current;
Please tell me how i can get the Filter rows not seletedrow
this code run before fine but here get me a first row in all data not viewed on Grid
Thank you
Mahmoud Salem