AxpDataGrid

AxpDataGrid.GridFieldsSupressDup Property

Hide grid data values for columns where the data values repeats the previous value.

[Visual Basic]
Public Property GridFieldsSupressDup As String
[C#]
public string GridFieldsSupressDup {get; set;}

Property Value

Comma separated list of field (column) numbers where duplicate values will be supressed (not displayed).

Remarks

GridFieldsSupressDup can be used to make a simple grouped data report. If your query is ordered on a column in the Select statement, setting GridFieldsSupressDup for this column can make the list easier to read.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace