Hi,
Simple grid with one template column and enabled filter. If we input semicolon ';' in the filtertextbox and do filter by "equal" it throws out of bounds exception. This errors occors on the demo grids also.
For example: click on the below link
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/filtering/defaultcs.aspx
Input some thing with semicolon on "ShipName" column, example.. Vins; and do a tabout it throws error.
ASPX code:
Simple grid with one template column and enabled filter. If we input semicolon ';' in the filtertextbox and do filter by "equal" it throws out of bounds exception. This errors occors on the demo grids also.
For example: click on the below link
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/filtering/defaultcs.aspx
Input some thing with semicolon on "ShipName" column, example.. Vins; and do a tabout it throws error.
ASPX code:
<
telerik:RadGrid ID="myRadGrid" runat="server" OnItemDataBound="myRadGrid_ItemDataBound">
<MasterTableView AllowFilteringByColumn="true">
<Columns>
<telerik:GridTemplateColumn DataField="Name" HeaderText="Name" AutoPostBackOnFilter="true"
AllowFiltering="true">
</telerik:GridTemplateColumn>
</Columns>
</MasterTableView>
</telerik:RadGrid>
cs code:
List
<string> s = new List<string> {"sreeni","ravi"};
myRadGrid.DataSource = s;
myRadGrid.DataBind();
This is kind of a production bug for us. Please let us know the solution as soon as possible.
Thanks
Sreenivas.
KPMG Montvale, NJ