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

grid hover and virtual scrolling

1 Answer 54 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Archolet
Top achievements
Rank 1
Archolet asked on 02 Nov 2013, 07:16 AM


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))

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 04 Nov 2013, 02:38 PM
Hi Serkan,

I suppose you are sharing some implementation technique, however, it would be nice to provide some context and background information for its benefits.

Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Archolet
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or