One way to do it is to attach a selectionChanging event handler to the Spark Datagrid. In that handler, simply call event.preventDefault()
Please keep in mind that there may be other side effects to doing this, so consult the documentation [1] before trying this :-) Thanks, Om [1] http://flex.apache.org/asdoc/spark/components/DataGrid.html#event:selectionChanging On Mon, Jul 15, 2013 at 10:01 AM, mark goldin <[email protected]> wrote: > How do I do "disable auto drawing of the selected/hover states"? > > > On Mon, Jul 15, 2013 at 11:41 AM, Jesse Ward-Karet <[email protected]> wrote: > > > Why not allow selection but just disable auto drawing of the > > selected/hover states? Then use an editable item renderer. > > > > On Jul 15, 2013, at 8:23 AM, mark goldin <[email protected]> wrote: > > > > > I am working on data editing in Spark dataGrid. Trying to come up with > a > > > solution where I can use selectionMode="none" but still be able to > > activate > > > editing in a cell. > > > > > > Thanks > > >
