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

RadButton Design

4 Answers 81 Views
Button
This is a migrated thread and some comments may be shown as answers.
mohamed
Top achievements
Rank 1
mohamed asked on 06 Sep 2012, 06:57 AM

I'm using this control ,
<telerik:radbutton enablesplitbutton="true"

i feel that is look like drop down list ,
i want to look like button view ,
how i achieve that ..

Thanks Advance,
Mohamed.

4 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 06 Sep 2012, 07:28 AM
Hi Mohamed,

Try overriding the default CSS as follows.

CSS:
<style type="text/css">
    .rbSplitRight, .rbSplitLeft
        {
            background-position: 0 0px !important;
        }
</style>

Hope this helps.

Regards,
Princy.
0
mohamed
Top achievements
Rank 1
answered on 06 Sep 2012, 07:37 AM
Thanks For Your reply Princy

See the attachment ,
It's behavior drop down as well as button also,
I want drop down arrow and other part needs look button

Thanks Advance,
Mohamed.
0
Princy
Top achievements
Rank 2
answered on 07 Sep 2012, 05:25 AM
Hi Mohamed,

I suppose you want to show the RadContextMenu looks like button. Try the following CSS.

CSS:
<style type="text/css">
  .RadMenu_Default .rmGroup a.rmLink
    {
        background-position: 0px 0px !important;
    }
</style>

Please elaborate your scenario if it doesn't helps.

Regards,
Princy.
0
mohamed
Top achievements
Rank 1
answered on 07 Sep 2012, 05:44 AM
Thanks For Tour reply ,

See the attachment white dot area only look like button .

Thanks Advance ,
Mohamed.
Tags
Button
Asked by
mohamed
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
mohamed
Top achievements
Rank 1
Share this question
or