tags:

views:

274

answers:

4

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
+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
Im looking for a control with a nice design canvas..
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
A: 

I am having same query. If u find anyone assistance or reference link so please do share it here

Umaid
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