Can anyone reccomend a .net control (winforms) that can be used to as a designer to edit xml files / DSL files ??
A:
I dont want the user to edit the xml directly - I want to provide a designer canvas where they can drop and drag components and set popoerties and this then updates an xml data source....
I would suggest that you edit you original question, so that everyone can see what you looking for.
Nathan W
2008-11-07 06:41:14
+1
A:
One approach would be to create a series of objects that serialize into your desired XML structure.
Then you can deserialize your XML into objects and then bind them to a PropertyGrid
Jim Burger
2008-11-07 05:32:17
Good luck, hopefully whoever makes something like that doesn't charge like a wounded bull. Just be aware that you can provide your own custom editors for the propertyGrid control.
Jim Burger
2008-11-07 05:47:42
A:
I am having same query. If u find anyone assistance or reference link so please do share it here
Umaid
2009-11-15 11:43:49
A:
I'm not sure if you got your answer, There are a couple of 3rd party controls availbale QWhale and ActiPro
hope this helps.
G33kKahuna
2010-04-14 15:12:05