Thursday, 22 August 2013

Grid scrollbar below grid

Grid scrollbar below grid

I use DevExpress and I have a GridView.Data for the grid is generated
dynamically.I want to set scrollbars if there is not enough space on the
screen,but I don't know how.I have tried to set overflow:auto,but then I
have to set height,which is different every time.I could use CSS3 calc()
function but it is not supported on Android.If i set height to 100% the
scrollbar goes below grid and last few rows can't be seen.Do you have any
suggestions?I don't want to use Javascript.

No comments:

Post a Comment