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

Ajax postback for Editor?

1 Answer 60 Views
Editor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Arnold Smith
Top achievements
Rank 1
Arnold Smith asked on 30 Dec 2010, 01:14 AM

Hello All,

On a MVC View (.aspx) enclosed in a Form, there are several controls - grids, textboxes - that display data relating to a subject, a person. The form does not require a submit button because the great majority of data is for viewing only. However, there is a grid (Telerik MVC) that displays comments. A user should be able to add a comment - in a textbox - and that comment should then appear in the grid. Because the comments data comes from two different database sources and are merged in a stored procedure, I'm not able to use inline grid editing.

Question.

Is it possible to asynchronously postback the contents of the wrapping DIV - i.e. the textbox with the new comment - to a controller, which will add the comment to the database and then 'tell' the grid to refresh itself?

Thanks,

Arnold

1 Answer, 1 is accepted

Sort by
0
Arnold Smith
Top achievements
Rank 1
answered on 10 Jan 2011, 05:49 PM
I've decided to use a simple textbox instead of the Editor.

-Arnold
Tags
Editor
Asked by
Arnold Smith
Top achievements
Rank 1
Answers by
Arnold Smith
Top achievements
Rank 1
Share this question
or