The problem I have now: I have a checkbox column and want to be able to activate and deactivate the scheduled events by clicking on the checkbox in the FlatTable1 control. I have a DataGridView on another tab and it is working perfectly. It calls the CellValueChanged
event and I set the event active true or false in the database.
From what I can tell the FlatTable1 control is very close to the DataGridView, maybe a derived class but the FlatTable1 doesn't call the CellValueChanged event, just the CellContentClick.
Should I just stay with the DataGridView, I wanted to use WindowsHomeServerControls but the FlatTable1 seams to have problems or I'm not understanding how to use it correctly.
Thanks,
Jeffery