all groups > asp.net datagrid control > july 2006 >
You're in the

asp.net datagrid control

group:

How to enable and disable a single row in a datagrid?


How to enable and disable a single row in a datagrid? ashan
7/21/2006 8:42:02 PM
asp.net datagrid control: Is there's a way to do this? I want to have control over the
enabling/disabling of a single row...

Any help will be appreciated...
Re: How to enable and disable a single row in a datagrid? ashan
7/22/2006 9:10:48 PM
Anyone?



[quoted text, click to view]
Re: How to enable and disable a single row in a datagrid? Eliyahu Goldin
7/23/2006 12:00:00 AM
Yes, you need to handle RowDataBound event. This event fires for every
singlr row. In the event handler you can check the relevant conditions and
set the row properies.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]

[quoted text, click to view]

AddThis Social Bookmark Button