Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
LittleMuscle #1
Getting the X/Y coordinates of a datagrid Cell
does anyone know how to get the coordinates of a cell in relation to the screen?
LittleMuscle Guest
-
Convert user space coordinates to device coordinates
Hi, I need to convert the coordinates of a word (PDWord object) to device coordinates (the actual coordinates on the screen). Could someone please... -
DataGrid: How do I select and copy text for a DataGrid cell?
Hi, Do you know how do I select and copy txt from a cell inside a Flex 2 DataGrid? I don't want to use an itemRenderer. I will appreciate... -
How to set cell background based on cell value when datagrid is displayed
I would like to check a datagrid cell value, and change the color of the cell background, when a datagrid is displayed. I want to do this as early... -
RadioButtonList In A DataGrid Cell - Can I find the selected button without editing the cell?
I have an ASP.NET form with a DataGrid and Button. I want to put a RadioButtonList in a DataGrid cell. I bind it to an ArrayList which has a... -
Accessing the value of a cell in a datagrid
Hi, I've been researching in how to do this for 3 days now. I'mdisplaying a datagrid, DATAGRID1, that has for instance 3columns and 5 rows. The... -
Sreenivas R #2
Re: Getting the X/Y coordinates of a datagrid Cell
The listItems protected property has all the itemRenderers. Would that help? (you need to extend the dg to get access to this)
Sreenivas R Guest



Reply With Quote

