If you set a grid to read-only at design time, you cannot add anything to it at run-time because the AppendRow ignores the request. I presume this is because the end user action goes through this function, but it should perhaps be separated so it can be altered in code.
<< If you set a grid to read-only at design time, you cannot add anything to it at run-time because the AppendRow ignores the request. I presume this is because the end user action goes through this function, but it should perhaps be separated so it can be altered in code. >>