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

how to omit filter functions?

2 Answers 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Phil Hadley
Top achievements
Rank 1
Phil Hadley asked on 14 Apr 2011, 04:49 PM
I have implemented filtering on my RadGrid via a web service method with the following signature:

public Dictionary<string, object> GetAllUsersGrid(int startRowIndex, int maximumRows, List<GridSortExpression> sortExpression, List<GridFilterExpression> filterExpression)

My problem is I don't want to support all of the available GridSortExpressions.  How do I prevent some of them from appearing in the user interface?

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 18 Apr 2011, 05:55 AM
Hello Phil,

Please check out the following documentation which helps you to reduce filter menu options.
Reducing the filter menu options

Thanks,
Princy.
0
Phil Hadley
Top achievements
Rank 1
answered on 18 Apr 2011, 03:46 PM
Thanks.  Works great.
Tags
Grid
Asked by
Phil Hadley
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Phil Hadley
Top achievements
Rank 1
Share this question
or