This question is locked. New answers and comments are not allowed.
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
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