我FocusedRowChanged的ASPxGridView. 在这个函数中,我发布gvMore.GetFocusedRowIndex()到我的CallBackPanel PerformCallback. 我保存FocusedRowIndex到 ri 变量(var ri = gvMore.GetFocusedRowIndex();),然后我删除行(gvMore.SetFocusedRowIndex(-1);)的焦点现在我怎样才能改变GridView row[ri]颜色SetFocusedRowIndex(-1);?
function OnGridFocusedRowChanged() {
if (gvMore.GetFocusedRowIndex() > -1)
CallBackPanel_FindPlcyCar.PerformCallback(gvMore.GetFocusedRowIndex());
var ri = gvMore.GetFocusedRowIndex();
gvMore.SetFocusedRowIndex(-1);
// *???*
}
需要什么 JavaScript 代码???线?
请在这里回答,请不要将我重定向到另一个链接。
非常感谢