I have adapted the TableAdapter concept to make use of the ultraganttview. I am not able to update, delete and insert the tasks dynamically.
The error is as follows.
Please advise what do I have missed out
public void UpdateChangesToDatabase() { try { dbTasksTableAdapter1.Update(DataSet1.dbTasks); } catch (Exception ex) { MessageBox.Show(ex.Message); } }
In TableAdapter, delete, update, insert commands are defined.
Hello Jeni,
Thank you for the image.
Are you updating the data from a background thread? Would you be able to create a sample project that reproduces the issue?
Please have a look on to the atttached pic, for the error message, when I try to work in ganttview.
Thank you for contacting Infragistics.
It appears the image you included cannot be loaded.
You might be better off hosting it at http://imgur.com and linking to it from there. Without knowing what the error is, I can't really help you.