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.
Hi:
I have forward your issue to our Developer Support group to have it tested and, if appropriate, filed as a bug. I notice that you have your pageSize set to zero. Why is that?
Thanks,JIm
Hi Jim.
Thanks for the action. I got the confirmation for NetAdvantage Team.
I have set pageSize to zero , as i don't need any paging for grid, instade i need the scrollable feature of the grid. Am i doing any wrong to do so?