I am binding the DataSet with WebDataGrid as DataSource. While adding row I am facing the Exception as follows
[Exception] :Original data source does not support inserts.
So how can I not allow to insert the row to DataSet. And I want to add row explicitly from RowAdding Event.
So how can I do that without facing Exception?
Hi,
make sure your datasource is not read only and you have insert command.
Regards,
Riana
Hello,
I have this problem too and it is aleatoire!!!
I have an insert command and my datasource is not readonly!!!
Can some one help me to solve this.
Best regards