<
telerik:GridBoundColumn
DataField
=
"CurrentPaymentOrCharge"
DataType
=
"System.Decimal"
HeaderText
=
"Current Payment Or Charge"
SortExpression
=
"CurrentPaymentOrCharge"
UniqueName
=
"CurrentPaymentOrCharge"
DataFormatString
=
"{0:C}"
CurrentFilterFunction
=
"NotEqualTo"
CurrentFilterValue
=
"0"
>
</
telerik:GridBoundColumn
>
This is the code for a column I have in my grid. On startup the value is in the filter field and drop down list is defaulted to "not equal to". However on startup the filter is not applied as the default. is there another variable that must be set in order for this filter to be applied on start up or initialization?
Regards.