I need to provide accessibility cues for the textbox of the standard column filter. It looks like I could do this using a FilterTemplate which has a hidden asp:Label with its AssociatedControlId set to an asp:TextBox. However, I would then have to implement all the filtering myself rather than using what the grid provides.
Is there a way to associate a tool tip or something with the textbox provided by the standard filter? Can I somehow access the standard filter's text box?
Thanks.
Is there a way to associate a tool tip or something with the textbox provided by the standard filter? Can I somehow access the standard filter's text box?
Thanks.