We just upgraded to 9.2 build 2056 and our embedded controls no longer change the cell value in the grid.
I have a attached a small example web site showing this behavior.
Also having this issue. Anyone have a work around or fix?
I have been trying to overcome. I believe you cannot edit any cell if it's base column is a datetime field.
Using SQL Server, I return a datatable that contains a datetime field. It used to work with the webdatechooser embedded in the grid in 8.2. Now, the embedded control does not work NOR does a field bound to the datetime field NOT using any embedded control - just a plain column!
So, I don't think you can edit any datetime field with UWG 9.2!
My work around so far is to use the SQL CONVERT function to change my date field to a string, use that as the column basecolumn, and now I have to perform an edit to make sure the field is a date or kick it back to the user.
Please, if anyone has a better solution let me know, but it sure seems like dates are broken in 9.2.
It also formats it strangely when entering the cell t edit. Even if it displays at 1/1/1900, when you click in the cell, it changes to "TUES Jan 1 ...'. Not sure if some datetime logic was added.
Infragistics?