Posted 29 November 2020, 5:21 pm EST
I have an odd issue. For some strange reason, the AfterEdit event is not firing when some of my Flexgrid cells are updated. I have a number of columns, all are set to allow edits. Some are text values, some have databound lists and some are numeric values. In all but four columns, making any kind of change to any of the values fired the AfterEdit event. In four columns (all four are decimal data types with C2 format) making a change does NOT fire the AfterEdit event. I have other columns with the exact same data types and they work just fine. No errors are returned. I placed a break-point on the AfterEdit event and it is never reached when any of those four columns are edited. I have even tried deleting the columns and re-creating them and the result is the same.