Hello,
I have a grid with the GridDropDownColumn above :
I want to add AutoComplete to this GridDropDownColumn.
How can i do it ?
Thanks,
Gerry
I have a grid with the GridDropDownColumn above :
<
telerik:GridDropDownColumn
HeaderStyle-Width
=
"140"
ItemStyle-Width
=
"140"
FooterStyle-Width
=
"140"
UniqueName
=
"MCHAVER"
DataField
=
"MCHAVER"
HeaderImageUrl
=
"~/Skins/Gray/Grid/BursaMas.JPG"
DropDownControlType
=
"DropDownList"
ListTextField
=
"Text"
ListValueField
=
"Key"
AutoPostBackOnFilter
=
"true"
/>
I want to add AutoComplete to this GridDropDownColumn.
How can i do it ?
Thanks,
Gerry