1
Help for ParamQuery Pro / Re: Few Columns should have text box (editable textbox on loading) by default
« on: November 20, 2017, 01:44:04 pm »
Thank you very much. It works.
But if i change the data, it is not getting reflected.
Eg: In the text box the current value is 25. I am changing the value to 35 in the screen. But am getting the same old value 25 in the scope.gridOptions.dataModel.data.
In the example you've mentioned earlier, there was not any save functionality. Is there any way to capture those modified data to the dataModel.data object.
I tried using css selector 'id'. But if i go to the next page in the data grid pagination, the modified data is getting lost.
Kindly give me your suggestions on this topic.
But if i change the data, it is not getting reflected.
Eg: In the text box the current value is 25. I am changing the value to 35 in the screen. But am getting the same old value 25 in the scope.gridOptions.dataModel.data.
In the example you've mentioned earlier, there was not any save functionality. Is there any way to capture those modified data to the dataModel.data object.
I tried using css selector 'id'. But if i go to the next page in the data grid pagination, the modified data is getting lost.
Kindly give me your suggestions on this topic.