forlano Messages: 1207 Registered: March 2006 Location: Italy
Senior Contributor
unodgs wrote on Mon, 13 November 2006 20:08
Maybe you're right about auto edits. I think it could be done for strings, numbers and booleans.
I agree for that very common type. This is a nice feature that could prevent the user to add manually many editfields and bind them as we saw in case of many editable columns. In my next app I've 8. But that's not a problem
But it could be important if one wants to use the gridctrl as a small spreedsheet.
BTW, I saw that with the TAB key I can move from one cell to the right. Unfortunately when I arrive at the end of the table it adds a new row. But my table has fixed rows! How to disable the autoappendrow at the end of the table? I tried
.Appending(false); with no result.