Run Javascript at GridView Edit

Run Javascript at GridView Edit

am 18.01.2008 23:07:01 von rodchar

hey all,
when a user hits the edit button of a gridview row is there a way to execute
a javascript function after the row has been rendered?

thanks,
rodchar

Re: Run Javascript at GridView Edit

am 19.01.2008 09:32:34 von Harshal P

Little hacky.. but OnRowCreated willl give u the row, then you can
FindControl and then add onclick attribute to edit button/link.

--
Thanks,
Harshal Pachpande

"rodchar" wrote in message
news:86519E61-310F-4282-A25A-56809AD12488@microsoft.com...
> hey all,
> when a user hits the edit button of a gridview row is there a way to
> execute
> a javascript function after the row has been rendered?
>
> thanks,
> rodchar

RE: Run Javascript at GridView Edit

am 23.01.2008 03:16:14 von rodchar

Thank you for the help.
rod.

"rodchar" wrote:

> hey all,
> when a user hits the edit button of a gridview row is there a way to execute
> a javascript function after the row has been rendered?
>
> thanks,
> rodchar