Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Style for Caption in RADGrid

How can we set style for caption in radgrid?

Following is how I am trying to set the caption text:

radExport.MasterTableView.Caption = "Reports";
like image 721
RMN Avatar asked Dec 03 '25 18:12

RMN


1 Answers

I believe you can adjust the styling like this:

<style type="text/css">
    .MasterTable_Default caption {
        color: red;
        }   
    .DetailTable_Default caption {
        color: blue;
        }
</style>

Here's some documentation that talks about it:
http://www.telerik.com/help/aspnet/grid/radgrid-telerik.webcontrols.gridtableview-caption.html

like image 191
James Johnson Avatar answered Dec 06 '25 12:12

James Johnson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!