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
May you try to re-attach the image file as it is not available in the link posted ?
Maya
the Telerik team
Thanks for the prompt reply. Plz find the attachment.
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 ?
Maya
the Telerik team
You may take a look at our RadTreeListView control that may be more appropriate for your scenario than RadGridView.
Maya
the Telerik team
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?
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.
You may find our online demo here and the documentation for RadTreeListView is here. What version of RadControls are you using ?
Maya
the Telerik team
the version no is 2010.1.0309.1030 for Telerik.Windows.Controls.dll. I dont get radgridview control in this.
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.
Maya
the Telerik team
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.
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.
Maya
the Telerik team
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?
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.
Maya
the Telerik team
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?