Hello,
When entering a ";" character in the basic "contains" filter for a text column causes an "IndexOutOfRange" exception.
Below is the stack trace:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Telerik.Web.UI.RadGrid.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
We have been able to duplicate this issue on the RadGrid demo.
Is there a work around? Or, some way to remove this character from a user's filtering.
Thanks,
Jon
When entering a ";" character in the basic "contains" filter for a text column causes an "IndexOutOfRange" exception.
Below is the stack trace:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Telerik.Web.UI.RadGrid.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
We have been able to duplicate this issue on the RadGrid demo.
Is there a work around? Or, some way to remove this character from a user's filtering.
Thanks,
Jon