Building a CRUD-enabled Angular Application with Ignite UI For Angular and CDATA API Server Hristo Anastasov / Tue, May 12, 2020
Doing CRUD Operations with Infragistics UltraGrid and Entity Framework [Infragistics] Mihail Mateev / Mon, Mar 2, 2015 The Infragistics Windows Form controls are some of the best, most extensible third party controls that I have ever used for UI development. The set of controls is quite comprehensive and the API is exhaustive...
Developing a RESTful CRUD grid with IgniteUI, WebAPI and Entity Framework Alexander Todorov / Thu, May 23, 2013 In a previous blog post of mine I have presented an application which tackles a create/read/update/delete scenario in the context of the IgniteUI grid. I have used frameworks such as MongoDB, Node.JS...
WebDataGrid Manual CRUD [Infragistics] Radoslav Minchev / Fri, Feb 3, 2012 Purpose WebDataGrid (WDG) has the capability to update the DataSource automatically if AutoCRUD property of EditingCore is set to true. What is “Manual CRUD”? This is a technique used by developers...
Using the xamGrid with Virtual Collections and MVVM [Infragistics]Radko / Wed, Nov 30, 2011 Have you ever wanted to build an application that uses the Infragistics Silverlight xamGrid which supports sorting, filtering, CRUD operations and data virtualization all constructed with the Model View...
What is the difference between WebDataGrid AutoCRUD and manual CRUD? Craig Shoemaker / Tue, Feb 16, 2010 One of the more frequently asked a questions regarding the WebDataGrid surrounds the modes in which the grid executes CRUD operations. The grid features a property called AutoCRUD which configures the...
WinGrid LINQ To XML CRUD Sample Tom Puglisi / Tue, Sep 1, 2009 Hi everyone, I wrote this sample last year so that I can learn a little about LINQ to XML. This sample basically loads data from an XML file into a list of objects that gets bound to WinGrid. I used...