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

Custom command with data save

1 Answer 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Frederick
Top achievements
Rank 1
Frederick asked on 28 Jun 2013, 05:11 PM
I followed the instructions here and successfully created a custom command column which displays some text in a popup window.  The next step in what I'd like to do is to have the user able to edit something  on the window shown by that custom command and update the datasource.  How can this be accomplished?

In other words, how can I add, for example, a DatePickerFor a particular field in the model and have a button click send that data back for update?  The model being used is a list of items so it would have to be a DatePicker for the current item in the list.

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 02 Jul 2013, 03:38 PM
Hello,

You could use the approach demonstrated in this code-library and bind the inputs in the popup to the row model.

Regards,
Daniel
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Frederick
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or