I'm adding a dropdown filter control as a usercontrol. Basically like the demo at http://demos.telerik.com/aspnet-ajax/grid/examples/programming/filtertemplate/defaultcs.aspx but take the RadComboBox and script and put them into a usercontrol. See code block
I need to get access to the usercontrol programmatically to add the data to it but I cannot figure out how and where to do this.
Thanks
Colin Blakey
<
telerik:GridHyperLinkColumn
....
UniqueName
=
"CustomerNumber"
Groupable
=
"False"
>
<
FilterTemplate
>
<
vtx:GridFilter
ID
=
"CustNumFilter"
Field
=
"CustomerNumber"
runat
=
"server"
/>
</
FilterTemplate
>
</
tlk:GridHyperLinkColumn
>
I need to get access to the usercontrol programmatically to add the data to it but I cannot figure out how and where to do this.
Thanks
Colin Blakey