Re: Spark DataGrid editable problem

2016-09-14 Thread OK
npem wrote
> I have replaced the DataGrid with an appropriate Nº of
> textInput components, which works very nicely

You could also think about using the List component with an appropriate item
renderer.
Or let you be inspired by the experimental MobileGrid [1].

HTH,
Olaf

[1]:
https://flex.apache.org/asdoc/spark/components/MobileGrid.html




--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Spark-DataGrid-editable-problem-tp13537p13543.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: Spark DataGrid editable problem

2016-09-14 Thread OK
I never tried to use the spark datagrid on mobile but maybe this works [1]?

HTH,
Olaf


[1]: Set each column 'editable'
...







...







   


...



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Spark-DataGrid-editable-problem-tp13537p13542.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: Spark DataGrid editable problem

2016-09-14 Thread npem
I would still be interested in how to solve this,
but I have replaced the DataGrid with an appropriate Nº of
textInput components, which works very nicely

So, essentially this question is closed

Phil.



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Spark-DataGrid-editable-problem-tp13537p13541.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Spark DataGrid editable problem

2016-09-12 Thread npem
Hi,
I have a VERY basic DataGrid as shown below.
All OK when I use the emulator (using intelliJ on a Mac)

When I run this on an iPad or an Android Phone, I cannot
edit the 2nd column at all

I can only edit row1, column1

Anyone with any thoughts on what's happening and how
I can fix this would be very appreciated?

Note: That I have a more complex project and
would like the user to be able to edit and enter data in a DataGrid,
but I have the problem outlined in this simple example:-(

Phil.

==

I am running: 
Flex: 4.15.0
AIR: 20.0.0.233

Android is running 5.0.2

=


*
http://ns.adobe.com/mxml/2009; 
xmlns:s="library://ns.adobe.com/flex/spark">












*





--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Spark-DataGrid-editable-problem-tp13537.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.