net网格的RowDataBound事件

net网格的RowDataBound事件

本文介绍了asp.net网格的RowDataBound事件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在将asp.net网格转换为devexpress ASPxGridView控件。我在gridview控件中使用asp链接按钮,并且只使用asp.net网格的RowDataBound事件。



但我无法在ASPxGridView中找到rowdatabound事件。在行绑定中我必须调用javascript函数并更改控件类。另外根据一些条件结果,我也选择网格中某些行的复选框。



你能否建议如何在devexpress ASPxGridView控件中实现上述功能。

I am converting asp.net grid into devexpress ASPxGridView control. I am using asp link button in gridview control and using only RowDataBound event of asp.net grid.

But I couldn''t locate rowdatabound event in ASPxGridView. In row bound I''ve to call javascript function and changing the class of control. In addition based on some condition results, I am also selecting checkboxes for some rows in grid.

Could you please advice how to achieve the said functionality in devexpress ASPxGridView control.

推荐答案


这篇关于asp.net网格的RowDataBound事件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-31 02:33