How to handle the click on the drop-down arrow for the BarButtonItem
This example demonstrates how to respond to clicking on the BarButtonItem's drop-down button when the DropDown style is applied to the BarButtonItem component.Question CommentsAdded By: Samantha Tan...
View ArticleHow to configure dxDataGrid with jQuery Approach
This is the project that you will get if you go though the HTML5 DataGrid video tutorial.
View ArticleHow to bind a Pie Map dashboard item to data in code
The following example demonstrates how to bind a Pie Map dashboard item to data in code.
View ArticleHow to bind a Bubble Map dashboard item to data and customize its palette
The following example demonstrates how to bind a Bubble Map dashboard item to data in code and customize its palette.
View ArticleHow to load a file on the callback of the ASPxGridView using the...
By default, it is impossible to load files on callbacks:The Concept of CallbacksHowever, there's a solution that allows you to overcome this problem. Our ASPxWebControl class has the RedirectOnCallback...
View ArticleWinForms End-User Designer - How to customize the data source wizard...
By default, the report connections list is populated based on the connections stored in the application configuration file. In any case,, the application configuration cannot be modified at runtime,...
View ArticleHow to implement the paste from clipboard feature
It's possible to implement pasting multiple rows from clipboard to GridControl with the following approach:- Detect Ctrl+V key combination in the GridControl.ProcessGridKey;- Add the row data to...
View ArticleHow to implement multi-row editing in the ASP.NET ListView
The ASPxGridListEditor does not natively support multi-row editing. It is recommended to either use the single-row inline editing by setting the AllowEdit property of the ListView model to True in the...
View ArticleHow to add a split layout for Tablets using DevExtreme mobile development
This is a project that you will get if you go through the DevExpress DevExtreme: Split Layout For Tablets video tutorial. You can learn more in the Use Split Layout For Tablets help topic.
View ArticleHow to customize drawing of vector items on a map
This example illustrates how to customize vector items when they are drawn on a map.For this, it's necessary to handle the MapControl.DrawMapItem event and provide new values for the event arguments...
View ArticleHow to navigate through views by using NavBarControl control and...
This example demonstrates how to implement navigation between views by using the NavBarControl control and NavigationFrame class.Question CommentsAdded By: Shabra J Dowson at: 5/15/2014 3:02:24 AM I...
View ArticleHow to preserve the XtraGrid view state in multi level master/detail
This example is an extension of example How to preserve the XtraGrid View state for a grid in master-detail mode. It stores view states of all existing nested grid views.Question CommentsAdded By:...
View ArticleHow to use the GridView extension in a Full Screen mode (100% browser Width...
This example is based on recommendations from the E3940: How to use the ASPxPageControl control in a Full Screen mode (100% browser Width and Height) Code Central example. It illustrates how to use...
View ArticleHow to implement the ASPxRibbon as an ASPxGridView customization panel
This example demonstrates how to use an ASPxRibbon in a Web User Control, which can be added to an ASPxGridView's TitleTemplate to represent a control panel for managing common GidView functions.Due to...
View ArticleASPxGridView - How to change certain context menu items' visibility or their...
There are two general approaches: server-side and client-side. In both cases, firstly, it's necessary to create all of the menu items using the ASPxGridView.FillContextMenuItems event. After that, some...
View ArticleDrag&drop items from one standalone GalleryControl to another one (extended)
This example demonstrates how to implement a custom GalleryControl that highlight the position for insertion when dragging its items.See Also:How to drag and drop an item from one standalone...
View ArticleBind a grid to an ObjectDataSource with EnablePaging
The example demonstrates how to create ObjectDataSource with select parameters to allow ASPxGridView to perform paging and sorting using SQL queries to a database server. It is possible to enable...
View ArticleHow to establish association from one class to many classes
For instance, you have a class for File. This class will be used in more than one BO. Each BO would then have a listview of Files that are attached to the particular class. To accomplish this, you can...
View ArticleHow to select detail rows on master row selection
This example shows how to select rows in a detail grid when the master row selection is changed.Question CommentsAdded By: JORGE PALACIOS 1 at: 2/13/2013 8:30:23 AM Buenos Dias, estoy haciendo un...
View ArticleScheduler - Lesson 3 - How to Use Scheduler in complex views
When a Scheduler view is customized in a way more complex than just specifying the start date or decorating web element styles, you should pass the Scheduler settings to the corresponding overloads of...
View Article