How to disable a dragged node image in TreeList
This example demonstrates how to disable painting of a dragged node image
View ArticleGridView- How to restore state of grid detail rows if the user leaves a page...
This example demonstrates how to restore state of grid detail rows if the user leaves a page and then returns back.To accomplish this task, perform the following:1) Disable the page's cache as it is...
View ArticleASPxGridView - How to set a group row content using a summary value
This example demonstrates how to set a group row content using a summary value.
View ArticleGridView - How to set a group row content using a summary value
This example demonstrates how to set a group row content using a summary value.
View ArticleASPxGridView - How to specify the CommandButtons’ and Custom CommandButtons’...
The example demonstrates how to specify the CommandButtons and Custom CommandButtons properties by handling the CommandButtonInitialize and CustomButtonInitialize events. The DataRows' VisibleIndex...
View ArticleHow to customize command buttons in individual rows
This example demonstrates how to hide a command button in the grid's CommandColumn by handling the ASPxGridView.CommandButtonInitialize event.See Also:How to hide a cell valueHow to hide template...
View ArticleASPxGridView - How to calculate and set column values in the Edit Form on the...
This example implements the approach demonstrated in the KA18839: ASPxGridView - How to calculate and set column values in the Edit Form on the client side and server sideKB article.See Also:E3929:...
View ArticleHow to integrate a charting module - example solution
This solution includes ready-to-use project templates for the Implementing a charting module with the XtraCharts SuiteKB article.
View ArticleHow to implement a custom inplace editor for appointments
This example demonstrates how you can implement a custom editing form that will be invoked instead of the default inplace editor. See the How to: Customize an Inplace Editor document for a step-by-step...
View ArticleHow to reorder ASPxTreeList sibling nodes, using buttons or drag-and-drop
This example demonstrates how to move TreeList nodes using buttons or Drag&Drop.To persist the node order, it is necessary to set up an extra column to store node order indexes. Then, sort TreeList...
View ArticleHow to select/unselect rows by clicking on them (like Multiple SelectionMode...
This sample shows how to implement the MultiSelection behavior by clicking on rows
View ArticleHow to bind a report to eXpress Persistent Objects (XPO)
This example demonstrates how to bind an XtraReport to an eXpress Persistent Objects (XPO) data source.Note that a report that uses XPCollection as its data source, should always have a nonzero...
View ArticleHow to use ASPxGridLookup in multiple selection mode as the ASPxGridView editor
This example is an illustration of the Documentation - Add information about the use of the ASPxGridLookup.Value property in Multiple SelectionMode suggestion.It illustrates how to use ASPxGridLookup...
View ArticleHow to use XtraReports in a WPF application
This example demonstrates how you can add an XtraReport to a WPF application, and show its print preview in a separate window.Depending on your application design, you can invoke the Document Preview...
View ArticleHow to attach a client-side event with a dynamic argument to a template button
This example demonstrates how to embed a button into a grid cell, and attach a client-side Click event to it. The event calls a function, which gets the grid row key as a parameter. This function can...
View ArticleHow to show the ASPxLoadingPanel while the content is loading inside the...
If you have an ASPXSplitter control and want to display content from another page in one of the panels, you can show a loading panel, reflecting this process. This example demonstrates how to use the...
View ArticleHow to limit LayoutGroup customization at runtime
We have prepared an example demonstrating how to limit LayoutGroup customization at runtime.To provide this functionality, we created a DockLayoutManager class descendant and the attached...
View ArticleA custom toolbar button with Checked and DropDown styles
A custom toolbar button with Checked and DropDown styles The BarButtonItem provides a ButtonStyle property. It allows you to make your button act like a check box or implement a down arrow that opens a...
View ArticleHow to create a component which automatically create menus, submenus and...
We provide a ready-to-use SkinHelper class that supports automatic creation of skin items:How to use a Skin Helper to populate a RibbonGalleryBarItem and PopupMenu with items corresponding to the...
View ArticleHow to change a skin element programmatically
This example demonstrates how to change a skin element's image programmatically. More information can be found in the How to change one skin element in all available skins Knowledge Base article.
View Article