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

[Solved] Grid View Nested Grouping

15 Answers 179 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
preeti
Top achievements
Rank 1
preeti asked on 27 Dec 2010, 10:08 AM
Hi,
I tryin to have nested grouping inside the radgridview.i ahve attached a file. and my requirement is to group data like this a save.
can you provide me a sample for the same.

thanks,
Preeti

15 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 27 Dec 2010, 10:10 AM
Hello preeti,

May you try to re-attach the image file as it is not available in the link posted ?
 

All the best,
Maya
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
preeti
Top achievements
Rank 1
answered on 27 Dec 2010, 10:16 AM
Hi Maya,

Thanks for the prompt reply. Plz find the attachment. 
0
Maya
Telerik team
answered on 27 Dec 2010, 10:24 AM
Hi preeti,

Unfortunately, I am still not able to open up the images you attached. How exactly do you attach them ? Are they links leading to the images or you attach them as files ?

All the best,
Maya
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
preeti
Top achievements
Rank 1
answered on 27 Dec 2010, 10:34 AM
Hey maya. i have this jpg file on my desktop wch i brouse to and attach. chk this atatchment one last time else provide me your email.i will mail it to you.
0
Maya
Telerik team
answered on 27 Dec 2010, 10:58 AM
Hello preeti,

You may take a look at our RadTreeListView control that may be more appropriate for your scenario than RadGridView.
 

Regards,
Maya
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
preeti
Top achievements
Rank 1
answered on 27 Dec 2010, 11:03 AM
Hey maya,

i actually have this rad grid view which is the basic view. now i am tryg to implement the nested view on top of this on some click event. i am already saving the grouping info , sorting info etc. similarly if i could configure such a nested view and save it. and load it on some event when user derires to view it it would be better that inplementing the tree view and doing the show and hide business.
is it possible with radgridview? 
0
preeti
Top achievements
Rank 1
answered on 27 Dec 2010, 11:45 AM
Hey maya,

i am not getting the reference to radtree list view because of which the demo is not working.
wch telerik dll i need to reference to use this control?
Under Telerik.Windows.Controls.dll
i get Treeview and treeList control.
i think i have the older version of telerik control.
can you send me the demo link for this version.
0
Maya
Telerik team
answered on 27 Dec 2010, 01:01 PM
Hello preeti,

You may find our online demo here and the documentation for RadTreeListView is here. What  version of RadControls are you using ?
 

Best wishes,
Maya
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
preeti
Top achievements
Rank 1
answered on 27 Dec 2010, 01:12 PM
Hi maya,

the version no is 2010.1.0309.1030 for  Telerik.Windows.Controls.dll. I dont get radgridview control in this.
0
Maya
Telerik team
answered on 27 Dec 2010, 01:17 PM
Hello preeti,

Basically, RadTreeListView was not available in this form in the version you are using. Furthermore, we have discontinued our support for Silverlight 3.  So, you would need to upgrade to a more recent version of our controls in order to benefit from the above-mentioned control.
 

Kind regards,
Maya
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
preeti
Top achievements
Rank 1
answered on 27 Dec 2010, 01:37 PM
So you mean to say it is not possible to implement this requirement with the telerik version that i currently have?
i could find a treelist and a treeview control under this version.will any of these controls be of any use to me?
 i know you dont support silverlight 3 anymore but
can you help me with some demo application implementing these controls? as i am unbale to find any.
 
0
Maya
Telerik team
answered on 27 Dec 2010, 04:20 PM
Hi preeti,

Basically, the RadTreeListView control used to be a bit different than the one at the moment - with different view and specifications. Consequently, I recommend you to use the current version.  
On the other hand you may use a hierarchical RadGridView. You may take a look at our demo and documentation for a reference on the look and functionality of a hierarchical grid.

All the best,
Maya
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
preeti
Top achievements
Rank 1
answered on 28 Dec 2010, 07:03 AM
Hey maya,

with the hierarchical RadGridView that u have recomended i could populate the data in hierarchial format but on clubbing it i need to show its sum. as shown in the image. i am not getting how to do that. Is it possible?
0
Maya
Telerik team
answered on 28 Dec 2010, 08:08 AM
Hello preeti,

If you want to show a particular count, you may use an Aggregate Function. Furthermore, you may try out to work with the grid in a grouped state as demonstrated in our demo.
On the other hand, please take a thorough look at our online documentation and demos so that you can exploit the capabilities of the controls and find the most appropriate for you exact scenario implementation.
  

Regards,
Maya
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
preeti
Top achievements
Rank 1
answered on 29 Dec 2010, 05:47 AM

Maya,

I have been through all the demos tharoughly but still i had issues so i wrote to you.
The demos and documentation is for the current version of telerik and i have told you that i am using pervious version with silverlight 3.
actually this is a already developed application in which was developed using teelrik controls version 2010.1.0309.1030 and silverlight 3
and i need to do some enhancements on that.
It is not possible for me to upgrade to the current version.
I ave tried using TreeList, TreeView, aggrigated functions etc but nothing seems to match my requirements completely.
The RadTreeListView is not part of the older version and hence i am trying for some workaround.

I know you have stopped supporting the previous version but there are no demos or documentation also for previous version avalable.
For eX: the aggrigated functions that you have asked me to try, i had tried that already but with my version the count function in
aggrigatedfunctions does not exist.
now since in this older version you have AggrigatedFunctions that means there must be some way to get the count maybe by code behind or some other way.
how do i know that?

 <telGrid:GridViewDataColumn.AggregateFunctions>
                            <!--<telGrid:CountFunction Caption="Total Sales:" />-->*********does not exist
                        </telGrid:GridViewDataColumn.AggregateFunctions>

i could club the data using grouping and sorting it. i could save the configration in DB and load it but the aggrigation is just not happening.
Is there no way other than upgrading to current version of telerik and using the RadTreeListView control?

Tags
GridView
Asked by
preeti
Top achievements
Rank 1
Answers by
Maya
Telerik team
preeti
Top achievements
Rank 1
Share this question
or