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

[Solved] Telerik Grid Inserting Row CSS Addition

0 Answers 71 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ehryk
Top achievements
Rank 2
Ehryk asked on 23 Jun 2011, 12:08 AM
Something I noticed in my own application (as well as in telerik's example here: http://demos.telerik.com/aspnet-mvc/grid/editingajax ) is that when you insert a new row, it is always at the top but styles in a white background like the (previously) first row underneath it.  I don't like how this looks, so by adding

.t-grid-new-row
{
    background:#F7F7F7;
}

Your new row has a different background color, and looks slicker.  Anyone else bothered by this?  Telerik, if you like it too, add it in!

~Ehryk
Tags
General Discussions
Asked by
Ehryk
Top achievements
Rank 2
Share this question
or