Databinding with SparkGrid and locked headers/columns seems broken

2015-01-08 Thread DavidM
I'm going back to MX Datagrid to see if the same problem can be replicated there. David -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Databinding-with-SparkGrid-and-locked-headers-columns-seems-broken-tp9362.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Databinding with SparkGrid and locked headers/columns seems broken

2015-01-08 Thread DavidM
efresh() -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Databinding-with-SparkGrid-and-locked-headers-columns-seems-broken-tp9362p9363.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

RE: Databinding with SparkGrid and locked headers/columns seems broken

2015-01-09 Thread Kessler CTR Mark J
Are you using an Array or ArrayCollection? -Mark -Original Message- From: DavidM [mailto:dmos...@gmail.com] Sent: Thursday, January 08, 2015 9:45 PM To: users@flex.apache.org Subject: Re: Databinding with SparkGrid and locked headers/columns seems broken Replaced Spark Datagrid with Mx

Re: Databinding with SparkGrid and locked headers/columns seems broken

2015-01-09 Thread pkumar.flex
ggestions? > > I'm going back to MX Datagrid to see if the same problem can be replicated > there. > > David > > > -- > If you reply to this email, your message will be added to the discussion > below: > > http://apache-flex-use

Re: Databinding with SparkGrid and locked headers/columns seems broken

2015-01-09 Thread Alex Harui
the array, and without changing any of the code, then neither of these >problems are seen in the Mx Datagrid! > >Note: when changing any property and when adding/removing items from the >array, I'm calling array.refresh() > > > > >-- >View this message in contex

Re: Databinding with SparkGrid and locked headers/columns seems broken

2015-01-09 Thread DavidM
message in context: http://apache-flex-users.246.n4.nabble.com/Databinding-with-SparkGrid-and-locked-headers-columns-seems-broken-tp9362p9369.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

RE: Databinding with SparkGrid and locked headers/columns seems broken

2015-01-09 Thread Kessler CTR Mark J
users@flex.apache.org Subject: Re: Databinding with SparkGrid and locked headers/columns seems broken @Prashast: yes I used [Bindable], and, as I pointed out, the same code works fine with MX Datagrid. :) BTW, both the ArrayCollection and the array items use [Bindable] @Mark: yes I

RE: Databinding with SparkGrid and locked headers/columns seems broken

2015-01-09 Thread DavidM
Thanks Mark, will do once I've got BindingManager to work, just to be sure that it's not a databinding issue rather than a grid rendering issue. David -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Databinding-with-SparkGrid-and-locked-headers-col