I have some rich text created using the flex (flash builder 4) rich text input control. I want to display at least some of it in a column of an AdvancedDataGrid control.
Is this possible / how?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, create an itemRenderer which extends the MXDataGridItemRenderer class and put a RichText control inside the itemRenderer to display the text.
Be sure to set your new itemRenderer as the itemRenderer for the AdvancedDataGrid column you want to display these values in.