|
|
|
The ASPxGridView provides a preview feature that allows each data row to display a preview row.
Preview rows are non-editable rows that allow large memo fields or custom data to be displayed across all the columns within the ASPxGridView.
Preview rows are displayed if the Settings.ShowPreview option is set to true.
By default, preview rows are empty. Set the PreviewFieldName property to the required field in the data source to bind the preview rows with data.
Use the GetPreviewText() method to get the text displayed within the specified preview row.
Use the Styles.PreviewRow property to access the style settings used to paint preview rows.
Use the Templates.PreviewTemplate property to provide a template used for rendering preview rows.
|
 | Loading… |
|
|
|
|
|
|
|
|