Add a Treeview Control to Lightswitch
Display of hierarchical data is a requirement in many business applications. The forums and blogs are full of questions on how to add a treeview to a Lightswitch application. While it can be done with a custom control, adding it to the standard set of controls would certainly make Lightswitch a more powerful business application development environment. BTW, be sure and have a two-way SelectedItem property.
6 comments
-
Karim
commented
Ok the trick by Andy Kung is working (Thanks) but still its a pain to add a simple treeview to business applications with uses treeviews very often...
Really an out of the box treeview would be a huge leap and a relaxing development experience to developers as they are used often and LS is really a very capable framework.
(How could we have guessed that we need to enumerate the children on the same LS UI thread!!!)
Any way thanks Andy for the help, hope our voice gets really heard ;)
-
Dave
commented
I have created a Treeview Control that includes all standard Treeview Functions, plus Drag-n-Drop, Checkboxes, Many-TO-Many relationships, and more. http://vanbergconsulting.com/vblightswitch/products-page/lightswitch-controls/treeview-control-2011/
-
Lucas Ponzo
commented
It's a very important requirement I've expected since version 2011! Really MANDATORY for next 2012 Release Candidate, and in final release of LS 2012 as weel.
-
Anonymous
commented
I heartily agree with this comment. Treeview is always needed.
-
Anonymous
commented
Hi dave, I also need a treeview control. Middletime I have writed my own custom control: http://beutil.blogspot.com.es/2012/04/lightswitch-custom-control-tree-loojup.html
-
Andy Kung
commented
Thank you for the suggestion! I believe this is one of the forum threads you're mentioning in case folks are wondering...
http://social.msdn.microsoft.com/Forums/en-US/lsextensibility/thread/bcdaa86f-459a-47d3-853a-3c5e56eb088a- LightSwitch Team