Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1845
MVC - GridModel.GetData - No applicable method 'toLower' exists in type 'Int32'
posted

When caling GridModel.GetData, I'm getting an uncaught ParseException: "No applicable method 'toLower' exists in type 'Int32'".  Any ideas as to what could be causing this?

Here's the stack trace:

   at Infragistics.Web.Mvc.ExpressionParser.ParseMemberAccess(Type type, Expression instance)

   at Infragistics.Web.Mvc.ExpressionParser.ParsePrimary()

   at Infragistics.Web.Mvc.ExpressionParser.ParseUnary()

   at Infragistics.Web.Mvc.ExpressionParser.ParseMultiplicative()

   at Infragistics.Web.Mvc.ExpressionParser.ParseAdditive()

   at Infragistics.Web.Mvc.ExpressionParser.ParseComparison()

   at Infragistics.Web.Mvc.ExpressionParser.ParseLogicalAnd()

   at Infragistics.Web.Mvc.ExpressionParser.ParseLogicalOr()

   at Infragistics.Web.Mvc.ExpressionParser.ParseBLOCKED EXPRESSION