Forum Moderators: open
For exmaple:
If the news story is in "rough draft" mode it displays in gray text.
If the news story is live on the web site, it displays in blue text with a globe icon.
If the news story is live on the web site & live in a feed, it displays in blue text with a globe icon and a news icon.
Also, each news story has a color change when the mouse is moved over it. The list "container" itself should be able to receive a height setting and then scroll if necessary.
I realize this is just one aspect of the application, but how can I go about duplicating this usibility and functionality in asp.net 2.0? Could I use the gridView? Would I need to extend the gridView? Should I create a custom Control?
Your thoughts and opinions would be greatly appreciated.
[edited by: jatar_k at 10:00 pm (utc) on April 5, 2007]
[edit reason] no urls thanks [/edit]
I am not saying its impossible to do what you want with the base grid control, just might have to put more work into it to make it do what you want. I usually rather put more work into area's that need it, then simple display lists.
You could also use template columns and set the CSS styles using public functions where you would pass in the data for that column to determine.
From your example, you are simply trying to change how the items look based on some of the data in the row.