[flexcoders] Multiple selection in dataGrid by dragging Mouse with left mouse key

2009-01-12 Thread Dharmendra Chauhan
Is it possible to select multiple rows in data grid by just dragging mouse over It. I know this can we achieved with combination of sift key and mouse. This need has arisen because we are migrating .DOT Net data grid with flex data grid and user want to have same ease of multiple selection.

Re: [flexcoders] Multiple selection in dataGrid by dragging Mouse with left mouse key

2009-01-12 Thread Manish Jethani
On Sat, Jan 10, 2009 at 11:55 PM, Dharmendra Chauhan chauhan_i...@yahoo.com wrote: Is it possible to select multiple rows in data grid by just dragging mouse over It. I know this can we achieved with combination of sift key and mouse. [...] Please let me know whether it is possible in flex

RE: [flexcoders] Multiple selection in dataGrid by dragging Mouse with left mouse key

2009-01-12 Thread Alex Harui
Should be doable, but I don't know of any examples From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Dharmendra Chauhan Sent: Saturday, January 10, 2009 10:25 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Multiple selection in dataGrid by dragging Mouse

Re: [flexcoders] multiple selection in datagrid...

2008-02-28 Thread [p e r c e p t i c o n]
. Can you restate in more detail? -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *[p e r c e p t i c o n] *Sent:* Thursday, February 28, 2008 4:38 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] multiple selection

[flexcoders] multiple Selection in DataGrid?

2007-01-18 Thread sanjaypmg
Hi Dude.. Is it possible to selected multiple rows in DataGrid? How can I do that? Regards, Sanjay Sharma

Re: [flexcoders] multiple Selection in DataGrid?

2007-01-18 Thread Igor Costa
Hi Sanjay Yes totally Using just this parameter into your mx:Datagrid tag mx:DataGrid allowMutiplieSelection =true/ Best On 1/18/07, sanjaypmg [EMAIL PROTECTED] wrote: Hi Dude.. Is it possible to selected multiple rows in DataGrid? How can I do that? Regards, Sanjay Sharma --

Re: [flexcoders] multiple Selection in DataGrid?

2007-01-18 Thread David Harris
you'd be after the 'allowMultipleSelection=true ' attribute I'd be guessing... On 1/19/07, sanjaypmg [EMAIL PROTECTED] wrote: Hi Dude.. Is it possible to selected multiple rows in DataGrid? How can I do that? Regards, Sanjay Sharma