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

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

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

background-color:red;

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

C/S ?? B/S

https://documentation.devexpress.com/WindowsForms/813/Controls-and-Libraries/Data-Grid/Design-Time-Features/Grid-Designer/Style-Format-Rules-Page
官方的讲解,页面用google翻译一下,个人感觉写得很清楚,能看懂