Hi,
i want to show a tooltip per field editor in my RadFilter.
Although i have set the Tooltip it is not showing.
Markupcode is:
Do you have an idea whats causing the problem?
Best regards
Jannis
i want to show a tooltip per field editor in my RadFilter.
Although i have set the Tooltip it is not showing.
CustomRadFilterDropDownEditorPure tmp_drop_down_field = new CustomRadFilterDropDownEditorPure();tmp_drop_down_field.ToolTip = some_variable_with_text;Markupcode is:
<telerik:RadFilter Skin="WebBlue" Width="100%" ID="RadFilter1" runat="server" ShowApplyButton="false"AllowFilterOnBlur="True" OnPreRender="RadFilter1_PreRender"OnFieldEditorCreating="RadFilter1_FieldEditorCreating" CssClass="RadFilter RadFilter_WebBlue" Culture="de-DE" ExpressionPreviewPosition="None" Visible="true"></telerik:RadFilter>Do you have an idea whats causing the problem?
Best regards
Jannis