Custom SortComparefunction to avoid empty data

2014-02-21 Thread mitesh Dave
Hi Everyone,  Can someone please help me to have a comparefunction  for datagird,which can avoid empty rows or data while comparing and put those empty rows always at end. Thanks

Re: Datagrid Scroll issue in item renderer

2014-01-30 Thread mitesh Dave
Hi Alex, It cant be popup ,because user has to get expereince that it is the same row ... We experimented with popups as well .. But we got pretty bad reviews from user ..so we cant take popup route ..  I have seen your many blogs ... You are an exceptional flex expert .. I believe you can give

Re: Datagrid Scroll issue in item renderer

2014-01-30 Thread mitesh Dave
Hi, Requirement is intially the cell will be single line text ... But as soon as it gets focus .. Cell will have multiple lines based on data ... From business point of view .. Initially it is short description .. But on user interaction .. It will show complete description of product . Thanks

Re: Datagrid Scroll issue in item renderer

2014-01-30 Thread mitesh Dave
Hi Alex, Yes i have tried to change the scroll position vertically ... But either crashes or doesnt work at all ... Used setScrollIndex .. Assigned value to scroll position ... I looked hard in datagrid's code to override behaviour but no success ... Guess its a tough nut to crack ...i dont know

Datagrid Scroll issue in item renderer

2014-01-30 Thread mitesh Dave
 I need help in flex datagrid bug. I have a MX datagrid which has renderer as editors and variable row height. My renderers have textarea which shows up whenever they receive focus ,The problem is whenever user is at bottom rows and if renderers receive focus.The datagrid doesnt scroll complet

Re: MX Datagrid Scroll issue incase of renderer as editor

2014-01-21 Thread mitesh Dave
Alex, May you please give me little idea ,how to open a jira ticket . Thanks Sent from Yahoo Mail on Android

MX Datagrid Scroll issue incase of renderer as editor

2014-01-21 Thread mitesh Dave
Hi,  I need help in flex datagrid bug. I have a MX datagrid which has renderer as editors and variable row height. My renderers have textarea which shows up  whenever they receive focus ,The problem is whenever user is at bottom rows and if renderers receive focus.The datagrid doesnt scroll comp

Flex MX Datagrid scroll issue in case of variable row height

2014-01-20 Thread mitesh Dave
Hi,  I have a MX datagrid which has renderer as editors and variable row height. My renderers have textarea which shows up  whenever they receive focus ,The problem is whenever user is at bottom rows and if renderers receive focus.The datagrid doesnt scroll completely and the rows get clipped.  P