开发者

Programatically hiding images in Telerik RadGrid image columns

开发者 https://www.devze.com 2023-01-05 07:03 出处:网络
Greetings, I\'ve got a RadGrid populated with data from a DB. I\'ve also got an image column which is to display an icon based on whether or not a specific boolean property (called IsDirty) of the ob

Greetings,

I've got a RadGrid populated with data from a DB. I've also got an image column which is to display an icon based on whether or not a specific boolean property (called IsDirty) of the object populating the row is true or false. If it's true, show the icon in the image column; if not, show nothing. The icon is the same for every row.

What I'm wondering is if and how this can be done. The best solution I've come up with so far is a hack that would change the image source path based o开发者_开发百科n the value of IsDirty, but this isn't really acceptable, since my app is skinnable and showing a blank image would ruin the look.

Thanks in advance for any help.


I know a help topic that may get you started - it is located here: http://www.telerik.com/help/aspnet-ajax/grdconditionalimagedisplayingridcolumn.html

Dick

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号