Search code examples
asp.netdevexpressaspxgridviewappearance

Conditional appearance of gridview rows and columns in aspx devexpress


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.


Solution

  • For row appearance changes handle ASPxGridView.HtmlRowPrepared event.
    For cell appearance changes handle ASPxGridView.HtmlDataCellPrepared event.