Display more than 3 KPI images ( Display a custom image within a cell )
The easiest way to accomplish this task is to use few different ButonEdits to represent data. You need to hide the editor default button and add an image button instead. Then you can choose which...
View ArticleSpreadsheetControl API
This example demonstrates how to use the SpreadsheetControl API to programmatically manage spreadsheet documents, without the need for Microsoft Excel to be installed.In particular, this sample...
View ArticleHow to bind Scheduler to XPO
This example illustrates how to bind a Scheduler extension to the XPO datasource. As a starting point, we are using the Scheduler in the partial view (see the Note section in the Using Callbacks help...
View ArticleDXRichEdit for Silverlight: Building a mail application with the RichEditControl
This example illustrates how the built-in document export functionality in the RichEditControl can be used to construct a simple application that will allow you to send a document via email. A document...
View ArticleHow to implement a custom submenu, showing detailed information, with the...
This example shows how to implement a submenu showing an image and description hint. The top-level menu is implemented by a simple ASPxMenu. On the ItemMouseOver event, it shows a popup with another...
View ArticleHow to create custom column chooser allowing column multi select
Imagine that you have dozens of columns and you need to add them to your grid view from a column chooser. It's very inconvenient to drag and drop them one by one and it would be great to have a...
View ArticleHow to: Change the application logo by handling the...
For details, refer to the BaseXafPage.CustomizeTemplateContent Event topic.
View ArticleHow to perform custom actions when a recurring event's exceptional occurrence...
The complete description of this example is available in the How to: Perform Custom Actions When a Recurring Event's Exceptional Occurrence is Created help topic.
View ArticleGauge - How to change options using the KnockoutJS approach
When using the Knockout approach to create a Gauge widget, some of the widget objects or all of them can be specified as ViewModel fields. Therefore, to get an option value, get a value of the...
View ArticleHow to convert all input characters to the uppercase in ASPxTextBox
This example shows how to convert all input characters to the uppercase in ASPxTextBox. We offer two ways to accomplish this by using a client-side event and by using MaskSettings.
View ArticleHow to set up binding for a web report using a collection of custom objects...
This example illustrates how to bind a report to lists for web projects at design time. To do this you need to extract your reports together with the corresponding classes representing your business...
View ArticleAn example of a master-detail ASPxGridView with more than one detail level
An example of a master-detail ASPxGridView with more than one detail level This example demonstrates how to create a three-level master-detail grid: Suppliers -> Products -> Orders.See...
View ArticleHow to implement a custom naming convention for images uploaded by the...
There are three places to make changes to implement your own naming convention for images uploaded by ASPxHtmlEditor.If you load an image “from your computer” you can set the file name in a...
View ArticleCheckComboBox Emulation for multiple editors
This example is based on the CheckComboBox Emulation. The main difference is that the java script code can be applied to several ASPxDropDownEdit controls.
View ArticleHow to set the visibility of ASPxGridView EditForm Update/Cancel buttons...
This example shows how to set the visibility of the ASPxGridView EditFormTemplate Update/Cancel buttons depending on particular conditions at runtime. When an end-user clicks the Edit button, every...
View ArticleHow to create the ASPxGridView at runtime
While the ASPxGridView is usually put on a page (ASPX) in the designer, nothing can stop you from creating and configuring it completely at runtime, in code behind when needed. This example proves...
View ArticleASPxDockPanel: How to Disable Dragging for Certain Areas of the Header
By default it is possible to move an ASPxDockPanel within the page by dragging its header. This example demonstrates how to disable dragging for certain areas of the header.In this example an ASPxMenu...
View ArticleHow to implement check boxes with SelectRows and SelectAllRowsOnPage features...
This example not only illustrates the ASPxClientGridView.SelectRows and ASPxClientGridView.SelectAllRowsOnPage, but also shows a way in which to implement these features with check boxes within a...
View ArticleASPxGridView - How to sort records by selection
This example demonstrates how to implement custom sorting based on the row selection. After sorting the selected rows will be always displayed on top of the grid.Example CommentsAdded By: Igal Wolf at:...
View ArticleHow to bind a ComboBox column programmatically in code behind
This demo illustrates the capability to use a list of business objects as a datasource for a ComboBox column. It allows to avoid populating combobox manually. See also How to dynamically switch the...
View Article