Grid edit for databound grid

Here is what i have: a typed table that has a few columns. a few untype columns get added dynamically. Dataview is set to allowediting. Grid is set to enable editing. For some reason i can''t get editing to work. Is this a problem because i''m mixing type and untyped?

1 Reply

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?

Loader.
Up arrow icon