Hi,
How we can desactive the auto multi-level (one property/Css ?) ?
I've an IQueryable List of object and for each object I have a List of an other object.
If I do not configure Childlayout, the multi-level render my objects in the ListView (OK) and render too the childs (KO) and then override the NavigateUrlKeyFor (to an url.action) property of my list.
Hi, there is the "data-initial-data-bind-depth" property.
How can I use that property with the Html Helper ?
<%= Html.InfragisticsMobile().ListView<Ecurie>() .DataSource(Model) .ID("myListView") ...
Hi CubeRaptor,
If I understand your question correctly, you do not want us to generate the child layout? You should set AutoGenerateChildLayouts to false on the top level. Whenever, there are children present, the navigate url is ignored as we need to navigate to a dynamic sub page holding the children instead.
regards,David Young