Hi All
I'm doing some pretty simple stuff but having a couple of issues with binding the content of a selected datagrid cell (selectedItem) with the RichTextEditor in a separate component.
Pseudo code
<App>
<myDataGridComp id="mydatagrid">
<myTextEditComp id="textEdit">
</App>
When I select an editable cell in a datagrid I want to be able to also manipulate it using the RichTextEditor component within myTextEditComp.
Has anyone had any luck doing this? Any decent examples? I've gone someway towards achieving this, I haven't been able to bind any changes back to the cell though.
Is it possible to bind the text property of the richtexteditor to a specific datafield within the bound data of the selected cell in the datagrid?
Thanks
Emile
__._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
![]()
SPONSORED LINKS
Software development tool Software development Software development services Home design software Software development company
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___
Reply via email to
You will need to call the setItemAt() method on the dataprovider to reset the edited value. Why dont you try using a richtexteditor as the item editor of the datagrid cell. (or is that what you are doing now?)
On 11/6/06, Emile Swain <[EMAIL PROTECTED]> wrote:

