[flexcoders] Re: Data Grid Issue

2009-01-19 Thread Dharmendra Chauhan
Hi Sanjay, Thanks lot for you reply. Please share that piece of code where in you are storing the index of selected row at the respective index of array. How did you u get the row which need to be selected, are you also calling a method on mouseOver function. I desperately need this

[flexcoders] Re: Data Grid Issue

2009-01-13 Thread Dharmendra Chauhan
Here is complete code:- ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=init() backgroundColor=#b3b4ae mx:Script ![CDATA[ import mx.charts.HitData;

RE: [flexcoders] Re: Data Grid Issue

2009-01-13 Thread Alex Harui
[mailto:flexcod...@yahoogroups.com] On Behalf Of Dharmendra Chauhan Sent: Tuesday, January 13, 2009 10:31 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Data Grid Issue Here is complete code:- ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout

[flexcoders] Re: Data Grid Issue

2009-01-13 Thread sanjaypmg
Hello Dharmendra, I have done this type of functionality in Flex 2. That functionality was like :: User can select multiple rows on a single click without pressing SHIFT key and when user again click on the selected row it gets deselected. for that functionality I have not override any method. I