I have a web project with devexpress component ASPxGridView. So I want to know is any apportunity to change rows appearences, and also to make conditional appearance providing some rules. I know how it works in windows application and want the same in aspx net.
For row appearance changes handle ASPxGridView.HtmlRowPrepared event.
For cell appearance changes handle ASPxGridView.HtmlDataCellPrepared event.