<style>
.e-grid .e-gridheader {
position: -webkit-sticky;
position: sticky;
top: 56px; /* The height of top nav menu. */
z-index: 1;
}
</style>
|
Any plans to implement this feature? Above solution isn't working for me.
<style>
.e-grid .e-gridheader {
position: -webkit-sticky;
position: sticky;
top: 56px; /* The height of top nav menu. */
z-index: 1;
}
</style> |