Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   Datagrid onclick change cell backcolor (http://www.velocityreviews.com/forums/t104175-datagrid-onclick-change-cell-backcolor.html)

Franck 06-07-2005 12:08 PM

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

Thks for help.


Eliyahu Goldin 06-07-2005 01:24 PM

Re: Datagrid onclick change cell backcolor
 
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

"Franck" <wesley.saris@gmail.com> wrote in message
news:1118146084.801032.191690@g49g2000cwa.googlegr oups.com...
> Hi,
> is it possible to change datagrid cell backcolor when user click on it
> ?
>
> Thks for help.
>





All times are GMT. The time now is 01:24 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57