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

Searh icon in comboBox

1 Answer 37 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Shaza
Top achievements
Rank 1
Shaza asked on 10 Sep 2011, 03:13 AM
Hey,
How can I do something like the attached photo, and handle the search icon onClick event in server-side?

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 10 Sep 2011, 06:02 PM
Hello,

Please try with below code snippet.

<style>
        .RadComboBox .rcbFocused .rcbArrowCellRight
        {
            background: none !important;
            background-image:url('http://www.hescreg.eu/img/searchIcon.png') !important;
         
        }
        .RadComboBox td.rcbArrowCellRight
        {
            background: none !important;
            background-image:url('http://www.hescreg.eu/img/searchIcon.png') !important;
        }
    </style>


Thanks,
Jayesh Goyani
Tags
ComboBox
Asked by
Shaza
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or