ASPxFileManager - Implement custom FileSystem provider and set file/folder...
This example demonstrates how to create a custom FileSystem provider and assign permissions to each folder or file. This example uses two tables. The first one - FileSystemItems - contains all the...
View ArticleASPxGridView - How to select a checkbox in a row if DataItemTemplate or...
This example illustrates how to select a single check box when the DataItemTemplate or Batch Editing is used in ASPxGridView.Batch Editing modeIt is necessary to handle ASPxGridView's...
View ArticleASPxGridView - ASPxCheckBox inside DataItemTemplate - Implement the Select...
This example demonstrates how to add the Select All feature to the ASPxGridView column header when ASPxCheckBox is placed to DataItemTemplate.ASPxGridView is initialized and bound to the Northwind...
View ArticleASPxGridView - Endless Paging Mode - Total summary item - Avoid refreshing...
In this example, the following scenario is illustrated:1) ASPxGridView operates in Endless paging mode.2) ASPxGridView contains the total summary item.3) An ASPxGridView row is updated/deleted/inserted...
View ArticleASPxGridView BatchEdit - Cancel editor/row editing in the client...
Starting from version 17.1 we have introduced a new client-side FocusedCellChanging event. This event allows you to skip focusing and editing a cell. This example demonstrates different ways to skip or...
View ArticleASPxGridView - Header Filter - Filter data if a cell text is separated with a...
This example illustrates how to customize the Header Filter to allow filtering text separated with a comma in the grid column.Question CommentsAdded By: Jan Šotola at: 5/12/2017 4:15:45 AM Thank you...
View ArticleASPxGridView - ComboBox column - Set a combo box item style based on its data...
This example demonstrates how to handle the ItemRowPrepared event of the combo box inside the GridViewDataComboBoxColumn column. Using this event, it’s possible to change the appearance of items using...
View ArticleHow to configure DataGrid with AngularJS Approach
This example demonstrates how to display data from a data source in dxDataGrid created using the AngularJS approach.See also:Configure Widget - Angular ApproachQuestion CommentsAdded By: Marion...
View ArticleHow to synchronize the column with when ContentDetailDescriptor is used
This example demonstrates how to implement column width synchronization in Master-Detail DXGrid mode with ContentDetailDescriptor.In this example, we have created a DetailSyncBehavior class that...
View ArticleHow load ribbon elements from separate resource files dynamically
This example demonstrates how to place markups related to page categories into separate xaml files and dynamically load them when necessary
View ArticleHow to determine a UI command executed in RichEditControl in response to a...
In some cases, a default command should be extended with custom logic to implement additional functionality or customize existing functionality. If so, the first part of the task is to find which...
View ArticleHow to handle the FetchAppointments event when the scheduler is used with...
The SchedulerStorageBase.FetchAppointments Event allows you to limit the number of appointments fetched from the data source. This can be useful when working with a large amount of data, and only a...
View ArticleHow to implement the basic idea of the MS Office Word "Format Painter" for...
This example demonstrates how to copy the characters and paragraphs properties and apply formatting to the selected text. Try the Format Painter button on the ribbon Home tab. Question CommentsAdded...
View ArticleHow to copy cell data in an Excel format (BIFF8) to the clipboard using XL...
This example demonstrates how to build data in BIFF8 format and pass it to the clipboard. This approach allows you to copy cells data within appearance (text alignment, borders, background color and...
View ArticleHow to implement SearchResultsView for the scheduler (similar to ListView in...
This example demonstrates how to implement SearchResultsView in SchedulerControl by analogy with ListView in Outlook. ListView in Outlook appears when you search for an appointment and displays summary...
View ArticleHow to drag a row from ASPxGridView to ASPxScheduler
This example demonstrates how to create an appointment based on dragged row values of ASPxGridView. See Also:How to drop an appointment from ASPxScheduler to an external controlQuestion CommentsAdded...
View ArticleHow to bind Scheduler to data with the EF Database First approach using the...
This example illustrates how to implement a scheduling application implementing the MVVM pattern (see Model View ViewModel). In this example, a SchedulerControl is bound to data using Entity Framework...
View ArticleImplement the Bubble Series View using the Point Series view and...
This example illustrates how to implement the Bubble Series View. Please also track our progress over the corresponding suggestion at : Series View - Add Bubble charts
View ArticleAssociating my program with the *.prnx extension and have it load up these...
This example illustrates how to add the required keys to the registry to associate the *.prnx extension with a certain program.
View ArticleHow to use the CustomCellValues event to display the original values and...
This example demonstrates how to show running totals for one field, while displaying typical total summaries for another using the CustomCellValue. Note that this event is used only to customize...
View Article