是否可以将图像添加到RadGrid标头的控件集合中
我想在 RadGrid 中添加图像和 HeaderText。我可以在 ItemBound 事件中执行此操作。但是有没有可能的方法可以在页面预渲染事件中执行相同的操作?
I would like to add and Image along with the HeaderText in RadGrid. I can able to do this in ItemBound event. But is there any possible ways to do the same in page prerender event?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我成功了,这是在预渲染事件中添加图像的代码。
I got it worked, here is the code to add the image in pre render event.
是可能的,但不知道这是否是一个好主意。
最好检查一下控件的类型。
is possible, but do not know if it's a good idea.
it is good to check the types of controls.