Hi everyone,
We are planning to use Infragistics 2010 Vol. 1 for our development.
Is there any example/sample that demonstrates WebDataGrid Add/Update/Delete/Paging/Sorting/Filtering features using DataSet. We have business layers implemented that accepts/returns DataTable/DataSet.
I would appreciate if someone can please point me in the right direction.
Thanks
I created a support ticket on your behalf, in order to investigate this issue further.
Regards,
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support
In the same context I have another problem
I a WebDataGrid bound to a dataset and the grid markup is as below
<ig:WebDataGrid ID="wdgEmployee" runat="server" Height="100%" Width="100%" AutoGenerateColumns="False" DataKeyFields="EmpID" HeaderCaptionCssClass="GridHeader" onrowadded="wdgEmployee_RowAdded" onrowupdated="wdgEmployee_RowUpdated">
I have not set neither EnableDataViewState, EnableViewState in this case when the RowUpdated event triggers up I have the follwoing exception within
[Infragistics.Web.UI.GridControls.MissingRecordException] = {"Requested record cannot be found by key."}
As advised in few forums I have set EnableDataViewState to true and now the RowUpdated does not trigger (page does not postback)