Hi Marco,
Thanks for contacting Syncfusion support.
According to your requirement you need to modify the scroller size in ejGrid as per online demo web site. To achieve your requirement, use scrollerSize property of scrollSettings API. Using this property we can set the width of scrollbar. In this you have mentioned when you modify the CSS customization(e-vhandle e-box e-pinch e-v-line e-icon) you cannot reach bottom of the container. On initial rendering of scroller, the v-handle will be render as per the content height. So, when you modify the CSS customization the mentioned issue will reproduced.
For more information, refer the below help document.
Regards,Prasanna Kumar N.S.V
Hi Prasanna Kumar,
Thanks for the reply, I fear I need a few more help.
Recap the points:
.e-scrollbar .e-vscroll .e-button.e-icon {
display : none;
} |