求大神帮忙,在gridcontrol中,选中某一行时改变该行的背景色

求大神帮忙,在gridcontrol中,选中某一行时改变该行的背景色

问题描述:

求大神帮忙,在gridcontrol中,选中某一行时改变该行的背景色 ,我就5个C币 ,全拿出来了

用什么?js?,jq?,ext? 当你选中一行触发一个函数,function getRow(rowIndex){
//改变背景色就行了。 如果你不嫌麻烦,在grid每行上做一个点击事件,点击这行,添加一个addclass也行。

background-color:red;

$(该行).css("background-color", "red");

C/S ?? B/S