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

RadGrid is not filtering or sorting

1 Answer 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Aurel
Top achievements
Rank 1
Aurel asked on 23 Sep 2011, 08:46 AM
Hi,

I build a simple web application where I bind some data from database to radgrid. While in VS 2010 and run the application, everything is fine: I can sort, filter, group, everything is fine. Once I deploy the web application to IIS, the data is binded correctly to the radgrid but I cannot sort, filter ... anything!

Any ideas what might be the problem? I thought about IIS settings ... but couldn't find any issue there!

Thanks!

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 23 Sep 2011, 10:09 AM
Hello Aurel,

I am not sure about the way you bind RadGrid. If you are using any advanced feature in grid(like paging, Filtering), then a better approach is binding RadGrid using "AdvancedData binding" using NeedDataSource event other that simple databinding.

For more information about this can be available here.
Advanced Data-binding (using NeedDataSource event).
Grid / Advanced Data Binding.

Thanks,
Princy.
Tags
Grid
Asked by
Aurel
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or