Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
sohilr #1
Data Grid Control no of roxcount
hi ,
want to know the rowcount of the datagrid control at runtime so that i can
request for that many values..
However on creation complete function of datagrid control returns me a value 7
... but in actual when i see the control the number of rows is 26...
So my main aim is to know what would be the rowcount of a particualr datagrid
control on a scress resolution so that i dont need to harcode my control with
specific rowcount...
Thanks,
Sohil
sohilr Guest
-
Please help - Simple scenario of using ASP.Net Data Grid control
Hello All I have some SQLServer tables each of them holding an average of 200 to 300 records each. I would like to make them available to select... -
How can i get the previous value of a control when editing a data grid?
When editing a datagrid (C#) I need to know if the user changed the value of cell AND what the previous value was. Is this possible? If so how... -
Data grid control limitation
Hi Folks, My Situation(program requirement): I have datalist control and having Datagrid inside each ItemTemplate column of datalist control.I... -
Need data grid control
I use a ComponentOne vsFlex grid (unbound) for something very similar. Users can click and drag to mark blocks of time in 15 minutes slots. In... -
Legend for each row of the asp.net Data Grid Control.
There is a read only column in data grid control .When i hover on the column I want to display legend detail for each row AT THE BOTTOM OF THE... -
justria #2
Re: Data Grid Control no of rowcount
If you bound the DataGrid to a an ArrayCollection:
[Bindable]>>>
public var dataArr:ArrayCollection = new ArrayCollection();
<<<
then just use the property
dataArr.length>>>
<<<
justria Guest



Reply With Quote

