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

[Solved] font color for no records to display

1 Answer 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Savyo
Top achievements
Rank 1
Savyo asked on 21 May 2013, 12:13 PM
Hi
     How shall I change the font color for no records to display . Please share if anybody has a solution for this.

thanks
Savyo

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 21 May 2013, 12:21 PM
Hello,

Please try this css code .
 CSS:
<style type="text/css">
    .rgNoRecords
    {
        color:Green !important;
    }
</style>

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