How to implement CRUD operations using XtraGrid and LinqServerModeSource
This example demonstrates how to implement create, update and delete operations using XtraGrid and LinqServeModeSource.This example works with the standard SQL Northwind database.Question CommentsAdded...
View ArticleASPxGridView - How to implement navigation by Up/Left/Down/Right buttons when...
In this example, ASPxGridView is used in Batch Edit mode. This feature allows users to move focus from one editable cell to another. Navigation is performed by the Up/Left/Down/Right...
View ArticleHow to create a 2D Full-Stacked Bar chart
The following example demonstrates how to create a 2D Full-Stacked Bar chart.Question CommentsAdded By: Coen Smits 1 at: 2/28/2016 8:34:38 AM Wow.. that's spectacularly useless.. How about something...
View ArticleHow to: Implement Custom Permission, Role and User Objects
This example illustrates how to create custom security objects, such as permissions, roles and users. We will implement a permission that allows administrators to secure the exporting functionality in...
View ArticleHow to add a watermark with a text or image to the document
This example illustrates how you can add a watermark to the document. The main idea is to add a corresponding Floating Object (TextBox or Picture) to the header section (see SubDocument essentials -...
View ArticleASPxSpreadsheet - How to save and load documents from a database
UPDATED:This code example demonstrates how to save and restore ASPxSpreadsheet documents from a database using a Binary column.Starting with version 15.1, it is possible to use the ASPxSpreadsheet.Open...
View ArticleHow to select/unselect all check boxes using the check box in the GridColumn...
Starting with version 14.2, GridControl provides Selector Column out of the box. To show this column, set the TableView.ShowCheckBoxSelectorColumn property to true. For version older than 14.2, to...
View ArticleOData service - How to use stored procedures
This example illustrates how to use stored procedures with OData. You can learn how to map an entity to a stored procedure in this blog: Stored Procedures in the Entity Framework. This blog describes...
View ArticleHow to export the colored ASPxGridView
UPDATED:Starting with version v2015 vol 2 (v15.2), this functionality is available out of the box. Use ASPxGridView.FormatCondition rules to define conditional formatting in Browse Mode and keep the...
View ArticleHow to implement cascading lookups
This example demonstrates how to implement cascaded lookups. The main idea is to get the changed value of the first lookup and select data based on this value for the second lookup. It is necessary to...
View ArticleASPxGridView - How to export a colored grid when the Data Aware export mode...
UPDATED:Starting with version v2015 vol 2 (v15.2), this functionality is available out of the box. Use ASPxGridView.FormatCondition rules to define conditional formatting in Browse Mode and keep the...
View ArticleSpreadsheet - How to save and load documents from a database
UPDATED:This code example demonstrates how to save and restore Spreadsheet documents from a database using a Binary column.Starting with version 15.1, it is possible to use the...
View ArticleHow to export colored GridView
UPDATED:Starting with version v2015 vol 2 (v15.2), this functionality is available out of the box. Use GridViewSettings.FormatConditions rules to define conditional formatting in Browse Mode and keep...
View ArticleHow to export a colored grid when the Data Aware export mode is used
UPDATED:Starting with version v2015 vol 2 (v15.2), this functionality is available out of the box. Use GridViewSettings.FormatConditions rules to define conditional formatting in Browse Mode and keep...
View ArticleHow to export scheduler appointments in Google Calendar
This example demonstrates how you can use the Google Calendar API in your scheduling application. Google provides the corresponding guidelines regarding use of this API:Google Calendar API Before using...
View ArticleASPxRichEdit - How to save and load documents from a database
This code example demonstrates how to save and restore ASPxRichEdit documents from a database using a Binary column.Use the ASPxRichEdit.Open method to load a document and call the...
View ArticleHow to create cascaded ComboBoxes in a report's Parameters panel in an...
This example demonstrates how to add cascaded ComboBox parameters to the XtraReport by using a report's built-in functionality. As the built-in report functionality is used, this task can be completed...
View ArticleGridView - How to show a confirmation dialog using PopupControl
This example demonstrates how to show a delete confirmation dialog using PopupControl. In this example, GridView is created with a custom button; the CustomButtonClick event is handled. PopupControl is...
View ArticleHow to bookmark search results in a PDF document
This example shows how to create a bookmark with a destination corresponding to the found text in a document.
View ArticleDrawing tick values in the TrackBarControl and RangeTrackBarControl
This example demonstrates how to create custom TrackBarControl and RangeTrackBarControl editors that allow showing tick values.Question CommentsAdded By: Annie Shi at: 3/3/2016 6:07:31 PM can you...
View Article