Hi,
I'm using the igTree in a MVC4 Project. The Tree gets its data and settings from a TreeModel object of the Controller.
@(Html.Infragistics() .Tree(@ViewBag.Model as TreeModel) )
Now the tree looks a bit strange (see attached screenshot).
Can anybody help me with this issue?
By the way: is there any change handle a nodeclicked event with standard #C rather then JavaScript?
Best regards,Herbert
Hi Herbert,
It seems to me that you need to include the infragistics.ui.tree.css on your page. Also there is C# specific event handlers and you can attach them using the ClientEvents method of the wrapper or the AddClientEvent method.
Thank you for using the Infragistics forums!