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

[Solved] Get Values in RouteValues

0 Answers 61 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Paulo de Tarso
Top achievements
Rank 1
Paulo de Tarso asked on 31 Aug 2012, 01:30 AM
Hi, Telerik Team.

How a get the values stored in TreeView RouteValues with jquery? 
Or 3 values stored in TreeView node...

...
                                    .BindTo(Model, (item, Organizacao) =>
                                    {
                                        // 
                                        item.Value = Organizacao.idEstruturaElemento.ToString();
                                        item.Text = Organizacao.dcNivel;
                                        item.RouteValues.Add("nrNivel", Organizacao.nrNivel);  <<<== This
                                        item.Expanded = true;
                                    })
---

Tks

Paulo de Tarso
Tags
TreeView
Asked by
Paulo de Tarso
Top achievements
Rank 1
Share this question
or