JKralicky
4 Oct 2007, 10:05 AM
Hi gang,
I'm trying to render a grid with html form fields in a grid cell. I want the form fields to always be visible, and I want to use my own HTML, not an Ext editor type. My ajax service sends me the HTML form data and I just render it. There are multiple form fields in a single cell.
I basically want a no nonsense data grid that displays what I put in it.
I can send HTML into the cell (on an EditorGrid, because a regular Grid gives me javascript errors) but I am having trouble focusing on text areas (cursor gets lost) and selecting pulldowns. How do I override whatever events are causing the trouble?
please help!
Thanks!
Joe
I'm trying to render a grid with html form fields in a grid cell. I want the form fields to always be visible, and I want to use my own HTML, not an Ext editor type. My ajax service sends me the HTML form data and I just render it. There are multiple form fields in a single cell.
I basically want a no nonsense data grid that displays what I put in it.
I can send HTML into the cell (on an EditorGrid, because a regular Grid gives me javascript errors) but I am having trouble focusing on text areas (cursor gets lost) and selecting pulldowns. How do I override whatever events are causing the trouble?
please help!
Thanks!
Joe