Search code examples
extjsextjs4

Extjs4, What is the lazyRender?


What is the lazyRender in Extjs?

I couldn't find about that in Extjs document, also I couldn't find any web pages that describe about lazyRender.

May I ask a good example please?

Thanks!


Solution

  • lazyRender is a config option. Set it to true to prevent the ComboBox from rendering until requested (should always be used when rendering into an Ext.Editor (e.g. Grids), defaults to false).

    This is from version 3.x but the usage is the same with version 4.x.

    http://docs.sencha.com/ext-js/3-4/#!/api/Ext.form.ComboBox-cfg-lazyRender