Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
644
scrollbar problem
posted

In my ig:gridView , when row data is there the scroll bar comming properly.But when there is no data , grid does't have any scrollbar. so as result some columns are not visibles. what may be the problem.

 

 

<

ig:gridView id="myGrid" binding="#{bean.GR_AMA_7130}" dataSource="#{bean.grid_DataModel}" pageSize="0" sortingMode="multi" resizableColumns="true" columnHeaderStyleclass="igGridColumnHeader" style="height:190px;width:720px;" >

Please help.