-
Sencha User
Help with Ext.ux.grid.RowEditor not displaying correctly
Hi All,
I have used a copy of the row-editor example.
Replaced the grid columns and Ext.data.Record.create with my columns (note all columns are text)
Everything appears to be working correctly all data is being shown.
Problem is that when I click on a row to edit it the editor is displayed with the buttons over the columns.
See attached image.
grid.jpg
Can anyone help?
-
Sencha User
I found a solution to this and thought I would publish for anyone else looking.
Not sure if it is the best way to fix this.
In the file RowEditor.js where this editor is defined there is a "positionButtons" section.
Change the following code var h = this.el.dom.clientHeight; to
var h = this.btns.el.dom.clientHeight;
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules