AD
Administrator
Syncfusion Team
July 17, 2004 06:24 AM UTC
>>a few untype columns get added dynamically
>> can''t get editing to work
Does this mean you are doing a DataTable.Columns.Add at runtime adding columns to a table you loaded through a DataAdapter.Load, and when you type into a cell, the change does not remain when you leave the cell? If so, I think you should be able to get this to work. (For example, it worked for me in our GridDataBoundImages sample.)
Can you post a sample project that illustrates the problem?