Hi,
I know this is an old post, but I have the same requirement.
I was surprised that without me doing anything, the text + image from the child button that was clicked replaces that on the splitbutton. This is great, but I only want the image.
Here's my declaration:
<
telerik:RadToolBarSplitButton
runat
=
"server"
Value
=
"textColor"
>
<
Buttons
>
<
telerik:RadToolBarButton
runat
=
"server"
Text
=
"Antique"
Value
=
"antique"
ImageUrl
=
"Images/Navvia/color_antique_white_16x16.png"
>
</
telerik:RadToolBarButton
>
<
telerik:RadToolBarButton
runat
=
"server"
Text
=
"Aqua"
Value
=
"aqua"
ImageUrl
=
"Images/Navvia/color_aqua_16x16.png"
>
</
telerik:RadToolBarButton
>
<
telerik:RadToolBarButton
runat
=
"server"
Text
=
"Chartreuse"
Value
=
"chartreuse"
ImageUrl
=
"Images/Navvia/color_chartreuse_16x16.png"
>
</
telerik:RadToolBarButton
>
<
telerik:RadToolBarButton
runat
=
"server"
Text
=
"Coral"
Value
=
"coral"
ImageUrl
=
"Images/Navvia/color_coral_16x16.png"
>
</
telerik:RadToolBarButton
>
</
Buttons
>
</
telerik:RadToolBarSplitButton
>
I tried to do a parent.set_text('') in the OnClientButtonClicked event, but that did nothing.
Any suggestions?
Thanks in advance.
Jim