Highlight Controls

Highlight a Record Row Based on a Condition

Code Customization
Highlight a Record Row Based on a Condition
Description:

This customization highlights a record row in a table panel based on a condition.

For a Web Application the customization will be added in:

..\<Application Name>\<Table Name>\Show<Table Name>Table.Controls.cs

For example: C:\MyApp1\Customers\ShowCustomersTable.Controls.cs


For a Web Site the customization will be added in:

..\<Application Name>\App_Code\<Table Name>\Show<Table Name>Table.Controls.cs

For example: C:\MyApp1\App_Code\Customers\ShowCustomersTable.Controls.cs

Procedure:

Step 1:  Right click on the cell within the row you want to highlight and celect Styles\Row...

Step 2:  Add two new attributes:

Attribute: id     value: MyTR

Attribute: runat     value: server

Step 3:  Use this wizard to add code customization.

Step 4:  Build and run the application.

Applies To:

This customization only applies to pages with table controls.

Disclaimer:
Customizations included in this wizard are provided as a sample to demonstrate a feature, and may work only in specific situations. The Iron Speed Designer support team cannot assist in the resolution of problems which may occur as a result of customizing your application or modifying a customization to fit a particular purpose.

Terms of Service Privacy Statement