Normal
0
false
false
false
EN-US
X-NONE
X-NONE
MicrosoftInternetExplorer4
Hi,
You can handle Exiting edit mode event and change the
background color there. Something like this:
function
WebDataGrid1_CellEditing_ExitingEditMode(sender, eventArgs)
{
eventArgs.getCell().get_element().style.backgroundColor = "red";
}
Hope
this helps.
Regards,
Lyuba
Developer Support Engineer
Infragistics
http://ko.infragistics.com/support