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
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)
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
Hi,
I am attaching the full code.Please find the Sql script file in APPcode folder.You also have to change the web.config file connection string(server connection).I didnot include the above specified dll because of its size.
Regards
Assyst
The sample that I have attached is also with 10.1 – 10.1.20101.1011, and the returned row is not null, so it should be somethins specific for your configuration. Would you attach a sample with which I can replicate your issue ?
Hi Lyuba,
I am using Infragistics35.Web.v10.1.dll for implementing the webdatagrid.