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

Grid-Like client-side behaviour?

4 Answers 86 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 15 Nov 2010, 05:01 AM
I'm looking for Grid-Like behaviour and functionality on the client side. I want an easy way to extract data values from a tree list data item, similar to the way you do it in a grid:

var treeList = $find("<%= treeList.ClientID %>");
var item = treeList.get_selectedItems()[0];
var selectedID = item.getDataKeyValues("someDatabaseID");

It would be great if we could bind client data keys to the tree list without declaring them as columns (just like on a radgrid).

4 Answers, 1 is accepted

Sort by
0
Accepted
Stuart Hemming
Top achievements
Rank 2
answered on 15 Nov 2010, 09:57 AM
Peter,

Post it as a feature request on PITS. I'd vote for it.

-- 
Stuart
0
Peter
Top achievements
Rank 1
answered on 15 Nov 2010, 11:42 PM
Done!
0
Stuart Hemming
Top achievements
Rank 2
answered on 16 Nov 2010, 12:28 AM
Cool.

What should happen now is that someone from telerik towers will review it and you'll get an update and (you should get) a link to the PITS item.

Once you've got that copy it here and we can all get at it and vote.

-- 
Stuart
0
Nikolay Rusev
Telerik team
answered on 18 Nov 2010, 08:42 AM
Hello Peter,

We are working on improving RadTreeList functionality and we will have this and many other suggestion in mind.

Regards,
Nikolay
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
TreeList
Asked by
Peter
Top achievements
Rank 1
Answers by
Stuart Hemming
Top achievements
Rank 2
Peter
Top achievements
Rank 1
Nikolay Rusev
Telerik team
Share this question
or