Hi ,
I am facing problem while click on header of Radgrid.
I am having a page which includes two drop down box and Radgrid control which is filled from code behind by using
I am facing problem while click on header of Radgrid.
I am having a page which includes two drop down box and Radgrid control which is filled from code behind by using
DataBind() and rebind() methods which works properly fine. While filling with data i refine the no. of rows based on filter condtion , provide RadGrid1.MasterTableView.FilterExpression and rebind the grid.
It works properly in web browser when i click on any column for sort but when i check this scenario in mobile browser it completely by pass the complete filter contion and reload the grid with all data and make drop down empty .
can anybody help to get rid from this error on mobile browser.