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

color for the pagesize combobox

1 Answer 26 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dawson
Top achievements
Rank 1
Dawson asked on 02 Jan 2014, 12:47 PM
Hi,
 I want to set a color for the pagesize combobox. How to get it done?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 02 Jan 2014, 12:52 PM
Hi Dawson,

Please try setting the following CSS to your radgrid

ASPX:
<PagerStyle PageSizeControlType="RadComboBox"></PagerStyle>

CSS:
<style type="text/css">
  div.RadGrid .RadComboBox td
  {
      background-color: Lime;
      background-image: none;
      border: none;
  }
</style>

Thanks,
Shinu
Tags
Grid
Asked by
Dawson
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or