show / hide menu

GridRowDetailsSetStyle

This function is used to set the control details to a grid row.

Syntax:

GridRowDetailsSetStyle(GridControName,RowIndex, DetailView Control Name,Value)

GridControlName is the name of the grid. The user will have to specify the row index and “DetailView Control Name”. The “DetailView Control Name” should be control name with the property.

Example:

GridRowDetailsSetStyles(dynamicgrid1,1, TextBox1.label.Style.Bgcolor,Green)

The function will set Green as the label style.