Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
Strange looking igTree
posted

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

 

  • 5105
    Suggested Answer
    Offline posted

    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!