You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by mitesh Dave <mi...@yahoo.co.in> on 2014/02/01 17:54:22 UTC

Re: [jira] [Commented] (FLEX-34060) Datagrid not scrolling completely incase of variable row height used with renderer as editor

Hi Alex,
Ok,thanks for your reply .But i have few concerns .... Whenever i try to set MAX vertical scroll position.. I get error in makeRowsAndColums of dg ... The listitems nd rowIndex .. Dont get synched correctly .... Hence i m getting RTE ... Can you put some light on this pls 

Sent from Yahoo Mail on Android


Re: [jira] [Commented] (FLEX-34060) Datagrid not scrolling completely incase of variable row height used with renderer as editor

Posted by Alex Harui <ah...@adobe.com>.
You might need to call validateNow() at the right time so the maxvsp is
set correctly and everything else in the component is synched up.

Try this in your experimenting.  Add several buttons.  Each button does
one thing: change the row height, set the vsp, start the edit session.  If
you can get that to work (because the component validates itself between
button pushes) then theoretically that's where you call validateNow() when
you put it all together.

-Alex

On 2/1/14 8:54 AM, "mitesh Dave" <mi...@yahoo.co.in> wrote:

>Hi Alex,
>Ok,thanks for your reply .But i have few concerns .... Whenever i try to
>set MAX vertical scroll position.. I get error in makeRowsAndColums of dg
>... The listitems nd rowIndex .. Dont get synched correctly .... Hence i
>m getting RTE ... Can you put some light on this pls
>
>Sent from Yahoo Mail on Android
>