How to change format for entering time value in the appointment editing form
Starting from 15.1.6, time editors of the default appointment form does not display seconds:To modify appointment editing form, create an inherited form and show it instead of the default form. To...
View ArticleHow to use CardClick and CardDblClick together in ASPxCardView
This example illustrates how to use the client-side CardClick and CardDblClick events to perform different actions.
View ArticleHow to switch themes on a Master page at runtime
This code example demonstrates the approach described in the KA18885: How to switch themes on a Master page at runtime KB article.Question CommentsAdded By: Tamer Ibrahim ahmed at: 8/26/2015 8:50:48 AM...
View ArticleHow to dynamically create a report in an ASP.NET Web Forms application (with...
Description: I need to implement a generic kind of web report viewer to display the result of my SQL query, which accepts some parameters.Solution: This can be done by creating an XRTable control...
View ArticleASPxCardView - How to programmatically change a column's filter in the...
In this example, the CriteriaColumnAffinityResolver.SplitByColumns method is used to return a dictionary of criteria operators. It is possible to modify them as your needs dictate. Please refer to the...
View ArticleASPxGridView - How to implement the Select All feature for...
In this example, ASPxGridView is used in Batch Edit mode. The Discontinued column's HeaderTemplate is replaced with ASPxCheckBox. Clicking the header's check box causes setting all cells of the...
View ArticleASPxGridView - How to implement the Select All feature for a column with...
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 ArticleHow to: Drag-and-Drop GridControl Rows to the TreeList
This example demonstrates how to drag-and-drop rows from the Grid Control to the Tree List control. To support drag-and-drop operations within the GridView, set the...
View ArticleHow to show the ASPxCardView's detail information in the ASPxDataView
This example demonstrates how to use the ASPxDataView control to show the detail data of ASPxCardView.See also:T272616: ASPxCardView - How to display master-detail data using two ASPxCardView controls
View ArticleASPxGridView - How to focus cells from top to bottom by Tab key pressing when...
This example demonstrates how to change the order of focusing ASPxGridView cells by pressing the Tab key when the Batch Edit mode is used.In this example, the ASPxClientUtils.AttachEventToElement...
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 buttons.
View ArticleHow to select/unselect all check boxes using the check box in the GridColumn...
This sample illustrates how to create a check edit unbound column, place a check edit in the column header, and select/unselect all check boxes using one check box in the header. You can get more...
View ArticleHow to display a custom ToolTip when hovering with the mouse over an appointment
This example illustrates how to customize an appointment ToolTip (by default, it invokes an appointment context menu). To do this, you should override a CustomAppointmentTooltip template of the...
View ArticleHow to: Determine if an axis title is being hovered by the mouse pointer
This example demonstrates how to determine whether or not an axis title is being hovered by the mouse pointer and display its type (AxisTitleX or AxisTitleY) in a tooltip.
View ArticleHow to show parent nodes during filtering if at least one child nodes meets...
When the HierarchicalDataTemplate mode is used, the TreeListView creates child nodes only when you expand a parent node for the first time. So, the required step in this scenario is to expand all nodes...
View ArticleASPxHtmlEditor - How to specify placeholders using dictionary and object...
This example demonstrates how to replace placeholders with data specified as a dictionary and as an object. For this purpose, we use two overloads of the ReplacePlaceholders server-side method.In this...
View ArticleASPxGridView - How to filter dates by month
This example demonstrates how to add a custom filter to a DateTime column to filter dates by month. The example provides two ways of filtering the column: by the header filter and by the filter row.
View ArticleASPxHtmlEditor - How to implement custom toolbar buttons and modify default...
ASPxHtmlEditor allows you to provide custom toolbar buttons and modify the functionality of default buttons.In this example, two custom buttons are created: Clear and Add Signature. When a button is...
View ArticleHow to resize columns when column headers are hidden
By default, columns can be resized only using column headers. However, when column headers are hidden (DataViewBase.ShowColumnHeaders is false), they cannot be used for resizing. To change column width...
View ArticleXtraCharts Web Toolbar
The following example demonstrates how to create a toolbar similar to the one available in the XtraCharts Web Demo. This toolbar allows you to print a WebChartControl, export it to various formats...
View Article