Search code examples
extjsextjs3

extjs 3.2 add vertical scrollbar dynamically


2,I am displaying more than 15 records in gridpanel . But only 10 records are displaying, other records are hiding below. I want to add vertical scrollbar to gridpanel, how can i achieve this.


Solution

  • You can use autoScroll : true config

    OR

    give overflow:auto css property to body of grid