Hi,
Scroll is not working as expected in grid :
allowScrolling: true,
scrollSettings: {
width: "100%"(I dont use px only % or vh)
},
I tried to add:
.e-scrollbar .e-hscroll{
width:100px;
display:block;
}
.e-grid .e-headercelldiv{
width:200px
}
still not working like allowScrolling was set as false
but only changing it in treegrid made scroll working fine
problem in treegrid is that when I tried to write a long header text, it didnt change header cell width making header text not half cutted
I've sended two images explaining grid and treegrid scoll issues.
Regards,
Kalai Sirajedine
Attachment:
scroll_issue_e0d06ea.7z