Here's the stack trace:
System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Digit expected (at index 81)
--- End of inner exception stack trace ---
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.a_cm_cl_cs_p_sv_selectionsummary_viewall_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
We are using version 2011.2.712.35 of the Telerk.Web.UI DLL. Our web application is ASP.NET/VB.NET.
I did a google search on this error but was not able to find anything.
Thanks,
6 Answers, 1 is accepted
We are not aware of such error with RadControls and in the provided call stack there no execution of RadControls' methods. Could you please provide more detailed information on the subject? A sample project reproducing the problem will be of great help solving case.
In addition, you can find a guidance on how to isolate an issue in the following blog post:
Isolating a problem in a sample project
Best wishes,
Dobromir
the Telerik team
Browse the vast support resources we have to jump start 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.

Basically, my application throws the error when rebinding a radgrid after having changing the culture to Portuguese. The application calls the NeedDataSource and formats the numbers within the resulting datatable (as I would expect), but then it all goes AWOL.
For information to you Telerik boffins, the dump i get is:
Telerik.Web.UI.ParseException was unhandled by user code<
BR
>
Message="Digit expected"<
BR
> Position=6181<
BR
>
Source="Telerik.Web.UI"<
BR
>
StackTrace:<
BR
> at
Telerik.Web.UI.ExpressionParser.ValidateDigit()<
BR
>
at
Telerik.Web.UI.ExpressionParser.NextToken()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseComparison()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseLogicalAnd()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseLogicalOr()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseExpression()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseArguments()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseArgumentList()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseIif()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseIdentifier()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParsePrimary()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseUnary()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseMultiplicative()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseAdditive()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseComparison()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseLogicalAnd()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseLogicalOr()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseExpression()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseNew()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseIdentifier()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParsePrimary()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseUnary()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseMultiplicative()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseAdditive()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseComparison()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseLogicalAnd()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseLogicalOr()<
BR
>
at
Telerik.Web.UI.ExpressionParser.ParseExpression()<
BR
>
at Telerik.Web.UI.ExpressionParser.Parse(Type
resultType)<
BR
> at
Telerik.Web.UI.GridDynamicQueryable.Select(IQueryable source, String selector,
Object[] values)<
BR
> at
Telerik.Web.UI.GridDataTableFromEnumerable.FillData35()<
BR
>
at
Telerik.Web.UI.GridDataTableFromEnumerable.FillData()<
BR
>
at
Telerik.Web.UI.GridResolveEnumerable.EnsureInitialized()<
BR
>
at Telerik.Web.UI.GridEnumerableFromDataView..ctor(GridTableView owner, DataView
dataView, Boolean autoGenerateColumns, GridColumnCollection presentColumns,
String[] additionalField, Boolean retrieveAllFields, Boolean
enableSplitHeaderText)<
BR
> at
Telerik.Web.UI.GridDataSourceHelper.CreateGridEnumerable(GridTableView owner,
IEnumerable enumerable, Boolean caseSensitive, Boolean autoGenerateColumns,
GridColumnCollection presentColumns, String[] additionalField, Boolean
retrieveAllFields, Boolean
enableSplitHeaderText)<
BR
> at
Telerik.Web.UI.GridDataSourceHelper.GetResolvedDataSource(GridTableView owner,
Object dataSource, String dataMember, Boolean caseSensitive, Boolean
autoGenerateColumns, GridColumnCollection presentColumns, String[]
additionalField, Boolean retrieveAllFields, Boolean
enableSplitHeaderText)<
BR
> at
Telerik.Web.UI.GridTableView.get_ResolvedDataSource()<
BR
>
at Telerik.Web.UI.GridTableView.CreateChildControls(IEnumerable dataSource,
Boolean useDataSource)<
BR
> at
System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable
data)<
BR
> at
System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable
data)<
BR
> at
System.Web.UI.WebControls.DataBoundControl.PerformSelect()<
BR
>
at
Telerik.Web.UI.GridTableView.PerformSelect()<
BR
>
at
Telerik.Web.UI.GridTableView.DataBind()<
BR
>
at Telerik.Web.UI.RadGrid.DataBind()<
BR
> at
Telerik.Web.UI.RadGrid.AutoDataBind(GridRebindReason
rebindReason)<
BR
> at
Stocks_3.RadComboBox1_SelectedIndexChanged(Object sender,
RadComboBoxSelectedIndexChangedEventArgs e) in
C:\inetpub\wwwroot\Telerik_vs2008\Stocks_3.aspx.vb:line
432<
BR
> at
Telerik.Web.UI.RadComboBox.OnSelectedIndexChanged()<
BR
>
at
System.Web.UI.Page.RaiseChangedEvents()<
BR
>
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
Boolean includeStagesAfterAsyncPoint)<
BR
> InnerException:
Am not sure if this will help in your investigations, but worth a try !
Could you please open a formal support ticket and provide a sample fully runnable project reproducing the problem so we can examine and debug it locally?
Kind regards,
Dobromir
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Ticket ID 455195 actually helped to resolve this issue !!!!

The previous issue was for a specific scenario where a custom defined expression contained the comma symbol "," which can be interpreted as both a decimal separator in some cultures as well a arguments delimiter for the parameters of a function. This was generating the parser error.
You should check whether you have such kind of expressions that can be interpreted in a different way according to the current culture settings of your application.
Marin
the Telerik team