Discuss anything related to web development but no technical support questions


Post by vovan81 »

My requirement is to show vertical scrollbar in lockedGrid. As far as I understand, this should appear automatically when there are more records than current panel can fit in. However, this is not the case with me.

I used your sample on https://www.bryntum.com/examples/gantt-l ... fered.html using the same Extjs and Gantt libs versions to replay the problem by adding the following code at line 113:
normalGridConfig : {
				collapsed : true
			},


However, the vertical scroll wouldn't appear.
The problem occurs on IE9 and 10.

Can you please explain me what's wrong here?

Thanks,
Vovan

Post by arcady »

vovan81 wrote:My requirement is to show vertical scrollbar in lockedGrid. As far as I understand, this should appear automatically when there are more records than current panel can fit in. However, this is not the case with me.
This is by ExtJS design I suppose. They intentionally get rid of vertical scroll bar in locked grids to show only the normal grid ones. I don't know how to turn it on back. Try asking in the Sencha forum about this.

Post Reply