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

Making caption text bold

1 Answer 110 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Savyo
Top achievements
Rank 1
Savyo asked on 03 Jul 2012, 12:22 PM
Hi,
     I want to make the caption text in bold for both the parent and child grid. How can I accomplish this. Anybody pls help
Thanks
Savyo

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 03 Jul 2012, 12:28 PM
Hi Savyo,

Try the following CSS to make the Caption in bold.

CSS:
<style type="text/css">
   .rgCaption
   {
      font-weight:bold ! important;
   }
</style>

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