I have a grid having the first column as the hyperlink type which navigates to the detail page for that record.
But when i try to filter the record by this column it does not working only for th first time and works fine after that.
Please give suggestions what may be the reasons and what can be fixes if any.
Thanks in advance ..:)
Here is th column i had used as mentioned below :-
But when i try to filter the record by this column it does not working only for th first time and works fine after that.
Please give suggestions what may be the reasons and what can be fixes if any.
Thanks in advance ..:)
Here is th column i had used as mentioned below :-
<
telerik:GridHyperLinkColumn
UniqueName
=
"CustomerID"
DataTextField
=
"CustomerID"
DataNavigateUrlFields
=
"CustomerHeaderSK"
DataNavigateUrlFormatString
=
"~/Modules/SP/CustomerRecordView.aspx?Mode=Edit&ID={0}"
HeaderStyle-Width
=
"80px"
HeaderText
=
"Customer"
SortExpression
=
"CustomerID"
CurrentFilterFunction
=
"StartsWith"
ShowFilterIcon
=
"False"
AutoPostBackOnFilter
=
"True"
FilterControlWidth
=
"60px"
>
</
telerik:GridHyperLinkColumn
>