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 Gantait:
The original design of the grid was to scroll "data only" so technically, not scolling an empty grid is proper behavior. What that means is the "scroll data" approach is built pretty deeply into the grid's code so that changing it is neither simple nor quick.As a work around, for now, may I suggest that if you detect (in the managed bean) when a grid has no rows, you can simply add a blank row and pas it to the grid? This will allow scrolling to work.
Thanks, Jim
No, you haven't done anything wrong, but if you don't want paging you can just remove this attribute.
I saw the work up of this issue befor ethe case was filed, and I want to thank you for bringing it up. Stuff like this really helps us isolate "unusual" use cases and improve our overall quality. So - thanks! :)
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?
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
Hello,
do anybody have any solution???? please response.....waitng for a reply ..!!!