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

Set Grid Title

3 Answers 140 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nikola
Top achievements
Rank 2
Nikola asked on 23 Oct 2012, 02:40 PM
Heey guys a little question is it possible to set a title on a grid and how  ?


Thanks for answer ! 

3 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 25 Oct 2012, 05:26 AM
Hi,

I suppose you want to show caption for the RadGrid. Please take a look into the following code snippet.

ASPX:
<MasterTableView  Caption="Your Text">

Thanks,
Shinu.
0
Nikola
Top achievements
Rank 2
answered on 25 Oct 2012, 06:44 AM
heey

that's it but is it also possible to make it bold etc.. (css ?)
0
Shinu
Top achievements
Rank 2
answered on 26 Oct 2012, 03:05 AM
Hi,

Please try this CSS.

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

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