This is a migrated thread and some comments may be shown as answers.

RadGridView multiple cell select like Excel

20 Answers 308 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Manas
Top achievements
Rank 1
Manas asked on 31 May 2009, 01:07 PM
Anyone have any information about how we can implement a template which allows the selection of multiple cells?

If coordinates are available, I assume that it wouldn't be terribly difficult to implement the multi-cell selection like Excel by creating a rectangle based on the cell coordinates from the onClick and onRelease events.  Is there any code available that already does this?  can someone confirm whether the grid understands or holds coordinates?

20 Answers, 1 is accepted

Sort by
0
Kalin Milanov
Telerik team
answered on 02 Jun 2009, 08:51 AM
Hi Manas,

As you have probably noticed the grid supports only single cell selection and the corresponding visual states to indicate that are commented in the template. However we are currently nor supporting multi cell or ranged selection and therefore there is no example or sample code for this feature.

Multi cell selection is on our TODO list but it will not be possible to implement prior to Q2. Unfortunately you will not be able to achieve this functionality with the current version of the grid.

I apologize for any inconvenience this might cause.

Regards,
Kalin Milanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Dan
Top achievements
Rank 1
answered on 19 Sep 2009, 05:10 AM
From the sound of it this feature is/was planned in the Q3 release.
Is this still the case?
I downloaded and installed the Q3 beta and am not sure how to implement this if it is supported.

Can you tell me if it is in the beta, and if so how to implement it.

If it is not in the beta is it going to be in the actual release?

Thanks
0
Milan
Telerik team
answered on 22 Sep 2009, 07:44 AM
Hello Dan,

Unfortunately the Multiple Cell Selection feature will not be included in the Q3 release. We will try to introduce it in Q1 2010.

Greetings,
Milan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Dan
Top achievements
Rank 1
answered on 22 Sep 2009, 02:57 PM
Bummer we were comparing infragistics and telerik and the telerik product seems to have better documentation and more functionality overall.
But the multiple cell selection was a must have feature.

Any time frame when there might be a build with this feature. If at all possible I would much rather purchase telerik's product instead of infragistics. Our company has used telerik in the past and been satisfied.

thanks


0
Milan
Telerik team
answered on 23 Sep 2009, 02:32 PM
Hi Dan,

First, let me thank you for your interest in our Silverlight product line.

Recently we have received many requests for this feature and we will do our best to implement it by the end of this year. Still, there is high probability that the feature will be postponed until Q1 2010(February/March 2010).

Thank you once again.

Regards,
Milan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Priyanka Lingegowda
Top achievements
Rank 1
answered on 08 Mar 2010, 04:44 PM
Hi Milan,

We are really looking for this functionality in the Q1. Telerik has better features than the infragistics but the cell selection in the major miss. Could you please let us know if this is available in the Q1 ?
0
Milan
Telerik team
answered on 09 Mar 2010, 03:30 PM
Hello Priyanka Lingegowda,

We will be unable to include this feature in Q1 but we are working on this feature and we expect to introduced it with the first service pack for Q1.  I hope we will be able to introduce it in time for you to take advantage of this feature. 


Sincerely yours,
Milan
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Syed Danish
Top achievements
Rank 1
answered on 06 Apr 2010, 11:46 AM
Hi Milan,

I was waiting for the 2010 Q1 release and this is released. As told earlier by you that this release might have the feature of multiple column select support.
I have a list of requirements please let me know if you have the control satisfiying my requirements:

1) User can add column by clicking right mouse same as Excel (runtime)
2) User can add row clicking right mouse same as Excel (runtime)
3) User can select multiple columns and group them (runtime)
4) User can select multiple rows and group them (runtime)
5) User can add formula at runtime

In simple words my requirement are same as that of the Excel grid.


Thanks and Regards,
Syed Danish
0
Milan
Telerik team
answered on 08 Apr 2010, 11:55 AM
Hi Syed Danish,

The Cell Selection feature is still on schedule and if all goes according to plan we will be able to introduce it with Q1 SP1. 

Let me go straight to the questions:

1) Can be done using custom code
2) Can be done using custom code
3) Most probably column selection will not be available in Q1 SP1 but it will added in a future version 
4) Multiple row selection is already available but the ability to group selected items is not available 
5) Such support is not built-in but there are many way to achieve similar functionality. This blog post reveals one possible approach.

Do not hesitate to write if you need more information.


Kind regards,
Milan
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Dhileep Kumar Sampath
Top achievements
Rank 1
answered on 22 Jul 2010, 04:15 PM
Hi Milan,
           Is that multiple cell selection feature is available now?

Regards,
Dhileep
0
Pavel Pavlov
Telerik team
answered on 22 Jul 2010, 04:22 PM
Hi Dhileep Kumar Sampath,

Yes,
You may have a look at it at this online example.

Kind regards,
Pavel Pavlov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Dhileep Kumar Sampath
Top achievements
Rank 1
answered on 22 Jul 2010, 04:56 PM
Hi Pavel Pavlov,

Thanks for your quick response. Can you tell me
a) in which release this feature is made available and
b) setting only the SelectionMode to Multiple will enable both for Columns and Rows?

Regards,
Dhileep
0
Milan
Telerik team
answered on 23 Jul 2010, 06:02 AM
Hi Dhileep Kumar Sampath,

Cell selection was introduced with our Q2 release. The SelectionMode property dictates if multiple or single items can be selected while the SelectionUnit property determines what units are select - cells or rows. Currently we only support two unit mode called Cell or FullRow. While in Cell selection mode you will be able to select cells only. When the mode is FullRow you will be able to select rows only. 


Kind regards,
Milan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Amara
Top achievements
Rank 1
answered on 26 Jul 2010, 09:46 PM
Hi Milan,

Is the multiple cell selection feature available in Q2 for silverlight 3?

and Could you point me to the demo for the same?

Thank you.
0
Vlad
Telerik team
answered on 27 Jul 2010, 08:32 AM
Hello,

 Generally all new features are added only for Silverlight 4 (including this particularly). 

Regards,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
vijay sutaria
Top achievements
Rank 1
answered on 07 Jun 2011, 02:45 PM
Is any updates available regarding "RadGridView multiple cell select like Excel"
0
Vlad
Telerik team
answered on 07 Jun 2011, 02:47 PM
Hello,

 Indeed you can select multiple cells with latest version. Please refer to our demos, documentation, etc. 

Regards,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
vijay sutaria
Top achievements
Rank 1
answered on 08 Jun 2011, 09:42 AM
Thanks for your quick reply..

I have purchased WPF telerik controls of version 4.0

I am able to select multiple cells, but its not possible to select cells like we can select in excel sheet.
This facility is also available with normal WPF datagrids.

So is it possible with 4.0 version?

Thanks
0
Milan
Telerik team
answered on 14 Jun 2011, 09:27 AM
Hello vijay sutaria,

Please set SelectionMode to Extended and SelectionUnit to Cell and there should be not problem to select cells similarly to Excel.


Kind regards,
Milan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Swapan
Top achievements
Rank 1
answered on 15 Sep 2011, 09:43 PM
I am using ASP.Net Ajax version RadControls 3.5. Is multiple cell selection available for ASP.net or is it just for Silverlight?
If not available - can you please direct me to a solution example? 
Many thanks 
Tags
GridView
Asked by
Manas
Top achievements
Rank 1
Answers by
Kalin Milanov
Telerik team
Dan
Top achievements
Rank 1
Milan
Telerik team
Priyanka Lingegowda
Top achievements
Rank 1
Syed Danish
Top achievements
Rank 1
Dhileep Kumar Sampath
Top achievements
Rank 1
Pavel Pavlov
Telerik team
Amara
Top achievements
Rank 1
Vlad
Telerik team
vijay sutaria
Top achievements
Rank 1
Swapan
Top achievements
Rank 1
Share this question
or