3/25/2011 3:05:08 AM
Title:
How to use datagrid
Hi all,
I Use flex 3. I have a datagrid that shows some data. Now i'll be adding a new column which says "expand". On click of it, i would be expanding that row(clicked row) and show more data for that row.. and the "expand" becomes "collapse". and click on it takes it back to normal single row data for that ROW.
Any ideas as how to do it in datagrid. I dont want to use advanced datagrid.
3/26/2011 10:54:49 AM
you need to extend datagrid component . And add the click functionality to increase the height of selected row. To be frank its not very easy.
3/26/2011 8:55:50 PM
Hi Michael,
Thanks. Is there any way to directly increase the row height of a certain row? I knw the rowindex of the selected row. So i would want to increase the row height of a particular row... and probably apply effect to make it ease out..
Any inputs??
4/28/2011 9:23:53 AM
there is no direct method to change he row height of a particular row for datagrid