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

Not Sorting Properly on mobile browser

1 Answer 41 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Gaurav
Top achievements
Rank 1
Gaurav asked on 13 Feb 2013, 03:58 PM
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

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. 

1 Answer, 1 is accepted

Sort by
0
Marin
Telerik team
answered on 18 Feb 2013, 01:04 PM
Hello,

 Since the binding of the dropdowns and the sorting of the grid are performed on the server it is not very likely that this behavior is related to the type of the browser, because the actual operation is performed on the server. Differences in the behavior of a mobile browser can be caused by client-side code and operations performed in client-side event handlers which do not fire properly on mobile devices.

Greetings,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Gaurav
Top achievements
Rank 1
Answers by
Marin
Telerik team
Share this question
or