Hello, I have a grid with several fields, one of them is a select list (doc_id) and the values of said list (datasource), must be updated according to the "Period" field.How can I update the datasource values every time the "Periodo" changes?The data corresponding to the "Periodo" is returned through ajax, but I don't know how to update the "doc_id" field through javascript
The "doc_id" field is declared as follows
To perform the ajax request, I use the following code. What is between the lines is where the action should be in order to update the grid datasource.
The request through POST, returns the corresponding data every time the "Periodo" changes
