This question is locked. New answers and comments are not allowed.
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
.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