How i can create ExtJs grid panel with checkboxes like here.
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.
In Ext 3.4, you’ll want to use the
Ext.grid.CheckColumnplugin as demonstrated in the EditorGrid sample included in the framework download.In Ext 4+ there is a CheckColumn type built-in (
xtype: 'checkcolumn').Here’s an example of what the column config looks like for a checkbox column in version 4+: