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

How to format the AddNewRecordText?

2 Answers 120 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Top Coder
Top achievements
Rank 1
Top Coder asked on 28 Sep 2011, 01:38 AM

I used the <CommandItemStyle Font-Bold="true" /> but it doesn't work.. 


2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 28 Sep 2011, 04:49 AM
Hi Top Coder,

Try overriding the CSS to format the AddNewRecord text.

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

Thanks,
Princy.
0
Top Coder
Top achievements
Rank 1
answered on 28 Sep 2011, 02:48 PM
Thanks! Worked Perfectly.
Tags
Grid
Asked by
Top Coder
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Top Coder
Top achievements
Rank 1
Share this question
or