[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.

Initially I was confused with dragMultipleSelection propery of
datagird but later I realized that it is for dragging rows and not for
selection.


Please let me know whether it is possible  in flex or not  and if it
is possible then please provide me some pointers.




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 or not  and if it
 is possible then please provide me some pointers.

I think you (or someone else) asked this one before and didn't get an
answer. This is possible but non-trivial. You can extend the DataGrid
to override the mouse handling and update the selection accordingly.
The pointer I can give you is the DataGrid source code itself -- look
into that.

Manish

-- 
http://manishjethani.com


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 with 
left mouse key


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.

Initially I was confused with dragMultipleSelection propery of
datagird but later I realized that it is for dragging rows and not for
selection.

Please let me know whether it is possible in flex or not and if it
is possible then please provide me some pointers.



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

2008-02-28 Thread [p e r c e p t i c o n]
well...i wanted to select multiple items from a list of items...what i did
was capture the click in a particular field and pop up a modal window with a
tileList in it..works pretty well


On Thu, Feb 28, 2008 at 8:57 PM, Alex Harui [EMAIL PROTECTED] wrote:

I don't understand the question.  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 in datagrid...



 Hi all,
 How are you guys handling multiple selection in a datagrid field...
 i want the user to be able to select multiple items when editing but
 tilelist won't work in this instance...
 thanks p

  



[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

 





--

Igor Costa
www.igorcosta.org
www.igorcosta.com
skype: igorpcosta


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