or
branch.Add().Text(childs.SomeTitle).Id(childs.AlphaId.ToString()).HtmlAttributes(new { data_foo = childs.BravoId });
.TemplateId("treeview-template")
function
btnShowModalView_Click(e) {
var
mv = $(
"#mvComposer"
).data(
"kendoMobileModalView"
);
//look under the hood of kendoMobileModalView
//console.log(mv);
mv.shim.options.duration = 200;
mv.shim.options.effect =
"slide:up"
;
mv.open();
}