Same color gridview

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • icanhelp33@gmail.com

    Same color gridview

    Say when firstname, lastname is same for the data in gridview is it
    possible to have the same background color for that row.
  • Ignacio Machin ( .NET/ C# MVP )

    #2
    Re: Same color gridview

    On Apr 30, 8:24 pm, icanhel...@gmai l.com wrote:
    Say when firstname, lastname is same for the data in gridview is it
    possible to have the same background color for that row.
    Hi,

    Yes, it;s possible. You have to handle the ItemDataBound event, then
    you have access to the row being inserted, if needed you assign the
    same CssClass to the new row.

    Comment

    Working...