F Franck Jun 7, 2005 #1 Hi, is it possible to change datagrid cell backcolor when user click on it ? Thks for help.
E Eliyahu Goldin Jun 7, 2005 #2 Sure, In either ItemDataBound or PreRender event get to the cell and set Attributes["onclick"]="onCellClick(this)"; In javascript function onCellClick set visual parameters or apply a css style to the cell referenced by the input parameter. Eliyahu
Sure, In either ItemDataBound or PreRender event get to the cell and set Attributes["onclick"]="onCellClick(this)"; In javascript function onCellClick set visual parameters or apply a css style to the cell referenced by the input parameter. Eliyahu