This question is locked. New answers and comments are not allowed.
Hi,
I use RadGrid, and I have a problem with filtering data. When I want to filter results i got message "Arithmetic operation resulted in an overflow.", and also when I want to filter data by column I got message "Cannot find column InvoiceNumber."
any idea?
thanks in advance,
Dragan
I use RadGrid, and I have a problem with filtering data. When I want to filter results i got message "Arithmetic operation resulted in an overflow.", and also when I want to filter data by column I got message "Cannot find column InvoiceNumber."
any idea?
<telerik:RadGrid ID="InvoiceHeaderGrid" runat="server" DataMember="InvoiceHeader" DataSourceID="DBDataSource1" AutoGenerateColumns="False" AllowPaging="True" AllowSorting="True" AllowFilteringByColumn="True" GridLines="None" EnableLinqExpressions="false" Width="100%" Skin="Office2007" ><PagerStyle Mode="NextPrevAndNumeric" /> <MasterTableView DataKeyNames="CompanyID,DivisionID,DepartmentID,InvoiceNumber" DataMember="InvoiceHeader" DataSourceID="DBDataSource1" PageSize="30" AutoGenerateColumns="false" ShowFooter="True" CommandItemDisplay="Top" >
<Columns>...
thanks in advance,
Dragan