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

Got Exception when using grid filter

1 Answer 61 Views
Grid
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 18 Dec 2012, 06:48 PM
Hi,

I got a rad grid and a column which tried using the filter textbox. When I typed in the name and selected the "Contains" filter, an exception is thrown and it breaks at the following telerik code. Please help. I am not sure why it is bombing.

Telerik.Web.UI.GridFilterFunction.parse=

 

function(b,a){return(typeof b=="number")?b:Sys$Enum$parse.call(this,b,!!a);

 

};



Unhandled exception at line 3193, column 55 in http://localhost:19090/ScriptResource.axd?d=k62TwA9lIVL1DYh1_yahdvGdpToXcfYK8FuLsmPfwI_xLuse-EL6cMNkqgLdBIsX0-NS-Yr6mZXhBS4-c1db0SyByg9DvHR-9hEtEbmq1yoeOwgWF_v9aCiAL0gbx6bhyPmuGQAmBlm_IbfyURt9HQ2&t=6f22ca9b

0x800a1391 - Microsoft JScript runtime error: 'Sys$Enum$parse' is undefined

1 Answer, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 21 Dec 2012, 12:07 PM
Hi John,

Based on the supplied information, it is hard to determine what is causing this exception. Sending us your markup and the related code-behind will help us to pinpoint the reason for that exception.

Regards,
Kostadin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
John
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Share this question
or