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?
ok , i am writing the answer what i understood ,
DataKeyFields="HSE_id" EnableDataViewState="True" EnableViewState="True"
ADD THSE LINES AS BELOW AND TRY IT ,IF Ur's problem solved it's good
<ig:WebDataGrid ID="wdg" runat="server" Height="350px" Width="99%" DataKeyFields="HSE_id" EnableDataViewState="True" EnableViewState="True" >