Hi,
When i select a filter in the RadGrid send me an error here:
When i select a filter in the RadGrid send me an error here:
Telerik.Web.UI.GridTableView.registerClass(
"Telerik.Web.UI.GridTableView",Sys.UI.Control);
Telerik.Web.UI.GridFilterFunction=
function(){};
Telerik.Web.UI.GridFilterFunction.prototype= {NoFilter:0,Contains:1,DoesNotContain:2,StartsWith:3,EndsWith:4,EqualTo:5,NotEqualTo:6,GreaterThan:7,LessThan:8,GreaterThanOrEqualTo:9,LessThanOrEqualTo:10,Between:11,NotBetween:12,IsEmpty:13,NotIsEmpty:14,IsNull:15,NotIsNull:16,Custom:17};
Telerik.Web.UI.GridFilterFunction.registerEnum(
"Telerik.Web.UI.GridFilterFunction",false);
Telerik.Web.UI.GridFilterFunction.parse=
function(b,a){return(typeof b=="number")?b:Sys$Enum$parse.call(this,b,!!a);
Sys$Enum$parse is not defined
thank you for your help.