This is a migrated thread and some comments may be shown as answers.

Save and Load RadDiagram and store to database as json

1 Answer 125 Views
Diagram
This is a migrated thread and some comments may be shown as answers.
Henry
Top achievements
Rank 1
Henry asked on 06 Sep 2015, 08:30 AM

Hi,

Is it possible

- to have a radbutton, then on server click, I will be able to save the RadDiagram's json data and persist in a table.column varchar(max)

- on server page load, import a json data (from a table.column) to a RadDiagram control

 

I saw the examples of json upload/save, but these are client side, I need to persist the user modified diagram to a table.

I saw the examples on how to server data bind a RadDiagram, but I can't see how to save user's modified diagram to begin with.

 

Thanks,

Henry

1 Answer, 1 is accepted

Sort by
0
Hans
Top achievements
Rank 1
answered on 24 Sep 2015, 09:26 AM
You could use a hidden field (server control) which holds the JSON data as value.
Tags
Diagram
Asked by
Henry
Top achievements
Rank 1
Answers by
Hans
Top achievements
Rank 1
Share this question
or