Developing a treeview based GUI
-
lunes, 27 de febrero de 2012 16:50
Hello,
I have been requested to develop an application which shall have a GUI similar to MS Outlook, which simply means a complex treeview (with many nodes, different icons for each node) on the left side of the page, and a number of different forms on the right; when the user clicks or double clicks on a node, a different form is displayed.
I guess this requirements are quite common and I think there should be something already done or at least similar around, samples or open source projects. So, my questions are:
1) Can someone point me to a similar solution with source code?
2) What are the options I have to develop it, apart from a Silverlight client and a Custom Web Part javascript based?
I should add that I'm a newbye to Sharepoint.
Thanks in advance,
F.
Todas las respuestas
-
martes, 28 de febrero de 2012 8:26
Hi,Please take a look at this Tree View Web part with source code SharePoint TreeView Webpart. Also I would recommend you to take a look at these articles:
If you have never developed web parts for SharePoint you should take a look at this article and video:- Create Visual Web Parts for SharePoint 2010
- How Do I: Create Visual Web Parts for SharePoint 2010 in Visual Studio 2010?
Dmitry
Lightning
Tools Check out our SharePoint tools and web parts- Propuesto como respuesta Hasanga87 martes, 28 de febrero de 2012 8:38
- Votado como útil Dragoncino martes, 28 de febrero de 2012 9:43
-
martes, 28 de febrero de 2012 9:43
Hi Dmitry,
thank you for your reply.
I have downloaded the CodePlex source code you provided, changed it in order to make it SP 2010 friendly, compiled and installed it. Unfortunately, it gives only a partial answer to my question 1), because I still do not know how to open a custom form on the right side of the page when the user clicks a treeview node.Also, I would like to know if there are other options before to start coding (answer to question 2)).
Thanks anyway,
Fabrizio
-
jueves, 01 de marzo de 2012 11:35
Hi Fabrizio,
You may develop any other web part to be placed on the right side. Please take a look at these articles:
- How do I pass/exchange data between two Visual Web Parts?
- Connected Web Parts in SharePoint 2010 - an Architectural Framework
Dmitry
Lightning
Tools Check out our SharePoint tools and web parts
- Editado Dmitry KaloshinMicrosoft Community Contributor jueves, 01 de marzo de 2012 11:40
- Marcado como respuesta Shimin Huang martes, 06 de marzo de 2012 7:15

