G
Guest
Hi,
I have placed a grid view inside Atlas panel. On click of a button event,
data is populated in the grid view, I want to add scroll bar instead of
increasing the size of grid view.
I have written the following code.
<div id="Layer1" style="width:350px; height:140px; z-index:1;overflow-y:
scroll">
But the problem was scroll bar will be there if there no data aviabale in
the grid .
Hence I have make a condition (checking the row count in the grid ) and put
the code in side that.
Can any one give a better solution for this
I have placed a grid view inside Atlas panel. On click of a button event,
data is populated in the grid view, I want to add scroll bar instead of
increasing the size of grid view.
I have written the following code.
<div id="Layer1" style="width:350px; height:140px; z-index:1;overflow-y:
scroll">
But the problem was scroll bar will be there if there no data aviabale in
the grid .
Hence I have make a condition (checking the row count in the grid ) and put
the code in side that.
Can any one give a better solution for this