CSS
<style> #grid, #splitter { border-width: 0; height: 100%; } html, body { margin: 0; padding: 0; height: 100%; } html { overflow: hidden; } .k-grid-content > table > tbody > tr:hover { background-image: url("textures/brushed-metal.png"), linear-gradient(to bottom, rgb(238, 159, 5) 0px, rgb(244, 175, 3) 100%); } .k-grid-content > table > tbody > tr .k-button { visibility: hidden; } .k-grid-content > table > tbody > tr:hover .k-button { visibility: visible; }</style>view
.Scrollable(c=>c.Virtual(true))