This content has been marked as final.
Show 4 replies
-
1. Re: any way to resize a DataGrid row's height WHILE it's content is being changed?
Flex harUI Jun 4, 2010 4:16 PM (in response to saariko)There is no support for an editor and its row growing during editing. It
might be possible, but could be quite difficult.
-
2. Re: any way to resize a DataGrid row's height WHILE it's content is being changed?
saariko Jun 6, 2010 12:00 PM (in response to Flex harUI)has anyone succeeded in doing this?
-
3. Re: any way to resize a DataGrid row's height WHILE it's content is being changed?
Gregor.Kiddie Jun 8, 2010 7:02 AM (in response to saariko)Don't use an editor is the only real answer.
Use a regular renderer with states, it's the only way I've found to get some good control over what's going on while "editing".
Be warned it's not nearly as quick as using regular editors.
-
4. Re: any way to resize a DataGrid row's height WHILE it's content is being changed?
previus_901 Oct 22, 2010 6:27 AM (in response to saariko)use wordWrap="true" in the colum that is resizable



