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.
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.