Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
270
WebDataGrid RowUpdating does not read values added in JavaScript
posted

I have updated to Infragistics 15.2 and have encountered an error that does not exist in 14.1.

I have updated the ReadOnly sample application to duplicate the issue involved.
I have added 2 new columns to the database and to the grid.  I have also added a button to force a post back event. 
I have AutoCrud = false

When the user clicks on the "Discontinued" checkbox, a value is injected into the "DiscontinuedBy" cell from the JavaScript function _CellValueChanged().

When the user clicks on "Save" button the _RowUpdating() event is fired.
In version 14.1 the value of the "DiscontinuedBy" cell is correctly read.
In version 15.2 the value of the "DiscontinuedBy" cell is always "".
If the user manually types a value into the "DiscontinuedBy" cell, version 15.2 will correctly read the value.


 

RowUpdating.zip
Parents Reply Children
No Data