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

Filter Item Border not getting set

2 Answers 63 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Niraj
Top achievements
Rank 1
Niraj asked on 17 Dec 2010, 11:45 AM
I am having a problem setting the filter item border. The header and all other item's border is getting set whereas Filter Row items are not.
Can anyone help with this.?
I have attached the screenshot.
I have set the Filter-Item Style under rad grid and MasterTableView Tags. But that doesnt seem to work.
Thanks and Regards,
Niraj Khose

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 17 Dec 2010, 01:07 PM
Hello Niraj,

Add the following CSS in your page and check if it works now.

CSS:
<style type="text/css">
   .rgFilterRow td
      {
          border: solid 1px Blue !important;
      }
</style>

Thanks,
Princy.
0
Niraj
Top achievements
Rank 1
answered on 20 Dec 2010, 01:34 PM
Its working...Thanks a ton
Niraj Khose.
Tags
Grid
Asked by
Niraj
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Niraj
Top achievements
Rank 1
Share this question
or