Jun 22, 2012, 3:52 AM
[CLOSED] Not editable grouping summary gridpanel
Hi,
Based on this example "https://examples1.ext.net/#/GridPanel/Plugins/GroupingSummary/" I'm starting to create my own grouping gridpanel.
But in my app I don't allow edit, so I pass all column to editable=false.
When I double click at gridpanel I get this error
"Runtime Error in Microsoft JScript: Can not get value of property 'editable': the object is null or not defined"
Based on this example "https://examples1.ext.net/#/GridPanel/Plugins/GroupingSummary/" I'm starting to create my own grouping gridpanel.
But in my app I don't allow edit, so I pass all column to editable=false.
When I double click at gridpanel I get this error
"Runtime Error in Microsoft JScript: Can not get value of property 'editable': the object is null or not defined"
Last edited by Daniil; Jun 28, 2012 at 2:25 PM.
Reason: [CLOSED]