
Custom Formatting Based upon Data:
Step 9-Highlighting the Row Yellow When the UnitPrice Value is Less than $10.00
This VIDEO TUTORIAL(included in Step 7) will demonstrate by highlighting the GridView’s rows in Yellow, if the UnitPrice values are not null and are less than $10.00. This is achieved by assigning the Row.CssClass property of the product ‘GridViewRowEventArgs’ argument to ‘AffordablePriceEmphasis’ css class from Style.css file in the project. Finally, the web page is displayed at run time to show that the rows displayed in the GridView data web control are highlighted in yellow color for columns with Price values less than $10.00.For detailed information and source code for this step, please refer to the original article.
This video presentation is available ONLY for REGISTERED users of this web site due to significant costs associated with data transfer of multimedia content. Please register to view this video. Registration is FREE of charge and takes less than a minute to complete. Thanks for your consideration.
---Administrator