Forum /
Ext JS 2.x - Unsupported /
Ext 2.x: Help & Discussion /
Crusy
Crusy
I am currently using it in my application, i have tested it in almost all the browsers.
I have the same problem.
I want to add a scrol on a grid panel, but I cannot manage that.
I have tryed
autoScroll:true and
autoHeight:true,
but that did not solved my problem.
please help!
Sencha - Community Support Team
Do NOT use autoScroll:true or autoHeight:true if you want a scrollbar.
Simply give the grid a fixed height (or include it in a height-managing layout).
Sencha User
This does not work, I am only getting a horizontal scrollbar.
Sencha User
Also I am using a contentEl container.
Yo uso este codigo y me esta funcionando.....si alguien quiere opinar?????
<script type="text/javascript">
Ext.BLANK_IMAGE_URL = 'Libs/resources/images/default/s.gif';
Ext.override(Ext.Component, {
afterRender: function() {
if (Ext.isDefined(this.body)) {
CSBfleXcroll.defer(1, window, [this.body.dom]);
}
}
});
Scrollbar is not working with GridPanel.
Scrollbar is not working with GridPanel.
Scrollbar is not working with GridPanel.Can you explain about it.
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us