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

Custom filter menu options not working

2 Answers 87 Views
Grid
This is a migrated thread and some comments may be shown as answers.
david
Top achievements
Rank 1
david asked on 16 Jun 2008, 10:24 PM
I was just looking at http://www.telerik.com/help/aspnet-ajax/grdcustomfilteroptionswithhandling.html trying to create some custom menu items for the filter menu. It does not work.

In the init event i clear the list, create my own (called "Match") setting its name and value.

It shows up in the list, and when I click on it the ItemCommand is fired, but then I get a JScript error: "Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Requested value 'Match' was not found."

If I change the value of the filter menu item to something that was in the original list, say "NoFilter" then I don't get the error - looks like it is looking up the value somewhere? I guess there are some instructions missing from the article about how to add your own filter options.

Thanks

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 17 Jun 2008, 04:36 AM
Hi David,

Go through the following help document link.
Troubleshooting

Shinu.
0
david
Top achievements
Rank 1
answered on 17 Jun 2008, 12:03 PM
Hi, thanks for your reply. That document did not seem to have my error or anything like it in it. I have gone through it any way just to make sure.

The script manager had automatically registered its handler in httpHandlers.

It is not an assembly reference problem.

It is not a problem with a missing script manager, there is on on the page and the other ajax controls are working fine.

It is not a problem with the application not configured to use ajax, the other ajax controls work.

It's not a stylesheet problem. The controls are visible.

Thanks again.


Tags
Grid
Asked by
david
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
david
Top achievements
Rank 1
Share this question
or