my column is like this:
<
telerik:GridBoundColumn
DataField
=
"TheIntegerColumn"
HeaderText
=
"Integer Value"
FilterControlWidth
=
"20px"
DataType
=
"System.Int32"
HeaderStyle-Width
=
"20px"
SortExpression
=
"TheIntegerColumn"
UniqueName
=
"TheIntegerColumn"
ItemStyle-HorizontalAlign
=
"Right"
>
</
telerik:GridBoundColumn
>
when I enter a random text instead of an integer into the filter, and select any option in the filter options dropdown, i get error
is this normal? or am I missing any settings in the grid?
thanks in advance