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
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.