How should I do it? It seems it uses ejScroller because where I use <ej-scroller>
html being created the same, with such element:
<div class="e-scrollbar e-js e-widget e-vscrollbar" style="height: 622px; width: 18px;">
How should I do it? It seems it uses ejScroller because where I use <ej-scroller>
html being created the same, with such element:
<div class="e-scrollbar e-js e-widget e-vscrollbar" style="height: 622px; width: 18px;">
The Syncfusion TreeGrid has “auto” height support using which user can display all the records in TreeGrid without vertical scrollbar. In this case, the browser scrollbar will appear if the TreeGrid height exceeds the browser view port and this can be achieved by setting sizeSettings.height property as auto. Please refer the below code snippet.
We can also display TreeGrid without scrollbar and with a fixed height by using create, collapsed, expanded, actionComplete client side events with some work around. Please refer the below code snippet.
Please find the sample link below http://www.syncfusion.com/downloads/support/directtrac/general/ze/TreeGrid_without_scrollbar-1219686615
Regards,
Punniyamoorthi