This is a migrated thread and some comments may be shown as answers.

Custom Field Editor Tooltip

1 Answer 32 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Jannis
Top achievements
Rank 1
Jannis asked on 06 Nov 2013, 12:27 PM
Hi,

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

1 Answer, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 11 Nov 2013, 11:01 AM
Hi Jannis,

I was not able to replicate the issue by using the RadFilterTextFieldEditor as you could see from the attached sample. As far as I can see you are using your own filter editor. Could you please try with the build-in editors and check whether the tool tip is working properly?

Regards,
Kostadin
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Filter
Asked by
Jannis
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Share this question
or