Hi All,
Have a grid with records, which works fine.
For the Filter there is an image. I need a box around the image.
So I tried it by creating an custom skin, even it works fine.
For the box, I used an style in the css. But it is not working.
Have sent the screen shot.
Please could anybody help me to solve this.
-Anto
Have a grid with records, which works fine.
For the Filter there is an image. I need a box around the image.
So I tried it by creating an custom skin, even it works fine.
For the box, I used an style in the css. But it is not working.
| .RadGrid_AntoNewBlue .rgFilterBox |
| { |
| border:1px solid #abc1de; |
| padding:2px 1px 3px; |
| font:12px "segoe ui",arial,sans-serif; |
| color:#000; |
| vertical-align:middle; |
| } |
Have sent the screen shot.
Please could anybody help me to solve this.
-Anto
