How to create a new report as a continuation of the previous report
I have a static report which content does not reach the end of the last report page producing an empty space. I want my next report to start from the very position the first report ends. This example...
View ArticleHow to configure CheckAsYouType mode for XtraSpellChecker used with XtraGrid
This example illustrates how to switch on check as you type mode to check spelling in the MemoEdit repository editor of XtraGrid.Question CommentsAdded By: Matthias Ramp at: 4/26/2013 1:31:45 AM...
View ArticleHow to export the GridDashboardItem item to Excel from a web solution
In this example, you will find how to implement a server-side export of the GridDashboardItem item from an asp .net solution using the report suite.
View ArticleHow to call an Action method via a custom button and pass a row's key as a...
- Define a custom button via the GridViewSettings.CommandColumn.CustomButtons collection; - Customize the client-side CustomButtonClick event handler via the...
View ArticleHow to bind a scheduler to data via ObjectDataProvider
This example demonstrates how to bind a SchedulerControl to a data source by using ObjectDataProviderin theXAML markup.Question CommentsAdded By: Dineshkumar Chinnathambi at: 4/28/2015 10:16:06 AM...
View ArticleUploadControl - How to upload a file via AJAX
This example is a standalone illustration of the File Upload - AJAX Uploading demo. It illustrates how to upload a file via the MVC UploadControl Extension.- Specify the UploadControl settings: define...
View ArticleHow to display SpellChecker context menu for standard text controls (TextBox...
This example demonstrates how to show the WinForms SpellChecker context menu for standard .NET TextBox and RichTextBox controls.The BarManager component is used to create and show the popup menu. For...
View ArticleHow to put any control in the RibbonForm header
This example demonstrates how to put any control in the RibbonForm header next to the system buttons. To use this solution in your application, execute the following steps:1. Drop the...
View ArticleImplementing MVVM
This example illustrates how to implement an MVVM pattern (see Model View ViewModel) in a scheduling application. Model is represented by the Car and CarScheduling class generated via an Entity...
View ArticleHow to implement the Auto Height functionality in RepositoryItemAnyControl
To support the Auto Height functionality in your custom editor, implement the IHeightAdaptable interface for its ViewInfo class and return the required height in its IHeightAdaptable.CalcHeight method....
View ArticleHow to highlight the focused editor in DetailView
Scenario In this example, it is demonstrated how to implement custom attributes in the application model to highlight focused layout items in DetailView:The EnableHighlightFocusedLayoutItem attribute...
View ArticleOBSOLETE - How to extend the SlideOutLayout and create a custom CommandManager
This example is OBSOLETE. The approach described here cannot be used in version 13.2 and older. At the moment, there is no alternative solution. [Old content]This example demonstrates how to add one...
View ArticleSimpleButton - How to provide custom back color for each state when the Style...
This example illustrates how to change SimpleButton's back color for each state (Normal, Hot track, Pressed, Disabled, Focused) in UltraFlat style
View ArticleLayoutControl - How to customize captions of EmptySpaceItems in the...
This example illustrates how to customize captions of EmptySpaceItems in the Customization form
View ArticleHow to dynamically change mask settings based on the current object
Scenario:It is necessary to change mask settings of a certain editor dynamically, e.g. based on properties of the current object.Steps to implement:There are two ways to implement this functionality:1....
View ArticleASPxGridView - How to make some field editors read-only when editing a row...
This example demonstrates how to set the editor's ReadOnly property based on the grid's state. I.e. it is possible can edit field value while adding a new row, but this editor becomes ReadOnly if we...
View ArticleASPxGridView - How to use a grid in Batch Edit mode on editing and in Edit...
This example demonstrates how to use ASPxGridView in different modes on editing and inserting a new row. In the illustrated scenario, the grid edits rows in Batch mode and inserts them using the edit...
View ArticleHow to construct an appointment editing form with custom fields
This example is created by following the step-by-step guide available from the link below:How to: Modify the Appointment Editing Form for Working with Custom FieldsQuestion CommentsAdded By: Asha at:...
View Article