How can we set style for caption in radgrid?
Following is how I am trying to set the caption text:
radExport.MasterTableView.Caption = "Reports";
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With