In extjs3 Ext.grid.View had a config property forceFit.
What is the equivalant to this in extjs4?
In extjs3 Ext.grid.View had a config property forceFit . What is the equivalant to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
forceFititself! The property has been moved fromViewclass to thePanel. Refer the Ext.grid.Panel documentation.Rather than using
viewConfig, you can now directly put it in config of your grid.