I have an EditiorGridPanel whose one column i am using XTemplate to render and another Column is Combo Box Field .
When i render the EditorGridPanel , it renderes correctly .
But, when i click on the ComboBox cell. Extjs throws an Error this.boundEI is undefined in Ext.Editor Class.
Any Clue, why this is happening?
Hi, I found the issue.
The issue was in XTemplate definition.
If we have a 'templatecolumn' , and with in XTemplate definition we have defined a HTMLtable, with in that HTMLtable we have another HTMLTable , and adjacent column to this column is editable .
In runtime, When user selects the editable column , Browser throws an exception.
see the code below,
If we have only one HTMLtable , the behavior of the grid is as expected.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../ext-js/resources/css/ext-all.css">
<title>Ext 2.0 Editor Grid Example</title>
<style type="text/css">
.img {
font-size:12px;
}
</style>
<script type="text/javascript" src="../ext-js/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="../ext-js/ext-all-debug.js"></script>
<script type="text/javascript">