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

radgrid filter issue

1 Answer 22 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 23 Nov 2010, 02:51 PM
Hi,

I am filtering the grid on a numeric field using the column filter. When filtered with '6 7' filter value and filter options other than between, I get '...operand missing..' error. Can you provide a way to trap the error?

Thanks & Regards

1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 26 Nov 2010, 02:40 PM
Hi Mark,

You can trap the error in the global.asax Application_Error event. Another approach is to attach a server-side event handler to the grid's ItemCommand event, expect the command arguments that are coming and if they are not valid, cancel the command.

Best wishes,
Tsvetoslav
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
Mark
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or