How to implement CRUD operations using XtraGrid and LinqInstantFeedbackSource
This example demonstrates how to implement the Create, Update and Delete operations using LinqInstantFeedbackSource.This example works with the standard SQL Northwind database.Example CommentsAdded By:...
View ArticleHow to implement CRUD operations using XtraGrid and LinqServeModeSource
This example demonstrates how to implement create, update and delete operations using XtraGrid and LinqServeModeSource.This example works with the standard SQL Northwind database.
View ArticleHow to implement CRUD operations using XtraGrid and PLinqServerModeSource
This example demonstrates how to implement the Create, Update and Delete operations using PLinqServerModeSource.This example works with the standard SQL Northwind database.
View ArticleHow to implement CRUD operations using XtraGrid and PLinqInstantFeedbackSource
This example demonstrates how to implement the Create, Update and Delete operations using PLinqInstantFeedbackSource.This example works with the standard SQL Northwind database.
View ArticleHow to implement CRUD operations using XtraGrid and XPInstantFeedbackSource
This example demonstrates how to implement the Create, Update and Delete operations using XPInstantFeedbackSource.This example works with the standard SQL Northwind database.Example CommentsAdded By:...
View ArticleHow to implement simple copy/paste operations in the GridView from a toolbar...
This example illustrates how to implement simple copy/paste/delete operations in the GridView. You can find more in the article How to implement a Copy/Paste feature
View ArticleHow to implement a single cell editing feature in ASPxGridView for iOS devices
If you take a look at the How to implement a single cell editing feature in the ASPxGridView example, you will see that this feature doesn't work correctly on iOS devices. The keyboard appears and...
View ArticleHow to improve the performance of the PivotGridControl when working with a...
The best solution to display calculations based on the huge amount of data within the PivotgridControl or ASPxPivotGrid is to create the OLAP Cube and perform all calculations on the SQL server...
View ArticleHow to sort a ListView in code
In this example, we demonstrate how to apply sorting by a property of your business object, and disallow end-users from changing this sorting themselves. Consider the following scenario: we have an...
View ArticleHow to create a report dynamically in the WPF application
This example illustrates how to create a report dynamically in the WPF application.
View ArticleHow to bind ASPxScheduler with multi-resource appointments to XPO via the...
This example illustrates how the appointment editing form with multiple resources selection can be implemented in a project with ASPxScheduler control bound to XPO via the Unit of Work.To switch the...
View ArticleHow to filter ASPxGridView bound to SqlDataSource by using an external...
This example demonstrates how to filter the ASPxGridView bound to SqlDataSource via the ControlParameter. The ControlParameter is passed to the SqlDataSource from an external ASPxComboBox. The...
View ArticleHow to create a report dynamically in the ASP.NET MVC application
This example illustrates how to create a report dynamically in the ASP.NET MVC application.
View ArticleHow to create a master-detail report at runtime in the WinForms application
This example demonstrates how to create a master-detail report at runtime.See also:AK15900: How to create a report dynamicallyE652: How to dynamically create a report based on the specified collection...
View ArticleHow to create a report dynamically in the Web application
This example illustrates how to create a report dynamically in the web application
View ArticleHow to create a TimeEdit descendant which will allow editing and displaying...
This example shows how to create a TimeEdit descendant which will allow editing and displaying TimeSpan values, and entering more than 24 hours.See Also:How to create a custom editor that will allow...
View ArticleHow to create a report dynamically in the WinForms application
This example illustrates how to generate a report dynamically.For further information please refer to the corresponding article : How to create a report dynamically
View ArticleHow to enable Drag and Drop feature in the TableView
This example shows how to enable Drag and Drop functionality in the TableView.Please note that if you wish to enable this functionality, it is necessary to add a reference to the...
View ArticleHow to send an asynchronous request using the jQuery.ajax() method to...
Compared to ASP.NET WebForms applications, in MVC, it is not necessary to bind controls each time you need to retrieve small portions of data from the database server. The example demonstrates how to...
View ArticleHow to combine a number of ASPxGridView documents in one when exporting
This example illustrates the capability to combine several reports in one by embedding a number of GridViewLinks (see DevExpress.Web.ASPxGridView.Export.Helper.GridViewLink) using the CompositeLink...
View Article