Hi,
We have a grid that has the following settings
<telerik:RadGrid ID="RadGrid1" runat="server" AllowPaging="True" AllowSorting="True" GridLines="None" Skin="Web20" AutoGenerateColumns="False" AutoGenerateDeleteColumn="True" AutoGenerateEditColumn="True" AllowFilteringByColumn="True" >
<MasterTableView CommandItemDisplay="Top" DataKeyNames="ItemID" PageSize="25">
There is a variety of data and some columns are null. When filtering on a non-null column (the first column which contains a numeric integer which is the ID column from the query, we get the following error -
System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index
This only happens for a few of our screens. For most the filter works fine. So I am asking for any clues on what to look for that would lead to a result shown above. Thanks.
We have a grid that has the following settings
<telerik:RadGrid ID="RadGrid1" runat="server" AllowPaging="True" AllowSorting="True" GridLines="None" Skin="Web20" AutoGenerateColumns="False" AutoGenerateDeleteColumn="True" AutoGenerateEditColumn="True" AllowFilteringByColumn="True" >
<MasterTableView CommandItemDisplay="Top" DataKeyNames="ItemID" PageSize="25">
There is a variety of data and some columns are null. When filtering on a non-null column (the first column which contains a numeric integer which is the ID column from the query, we get the following error -
System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index
This only happens for a few of our screens. For most the filter works fine. So I am asking for any clues on what to look for that would lead to a result shown above. Thanks.