Datagrid onclick change cell backcolor

  • Thread starter Thread starter Franck
  • Start date Start date
F

Franck

Hi,
is it possible to change datagrid cell backcolor when user click on it
?

Thks for help.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top