Hello,
I have a Radgrid in my web application . When I edit a row in the Radgrid, I want to call a javascript function (which will get the geocodes ) from the update button. I know we can add the attributes if the button is on the form. But that is not the case now.
I am accessing that update button in the itemDatabound event like this
Dim editItem As GridEditFormItem = DirectCast(e.Item, GridEditFormItem)
Dim updateButton As ImageButton = DirectCast(editItem.FindControl("UpdateButton"), ImageButton)
Appreciate the Help
Thanks
I have a Radgrid in my web application . When I edit a row in the Radgrid, I want to call a javascript function (which will get the geocodes ) from the update button. I know we can add the attributes if the button is on the form. But that is not the case now.
I am accessing that update button in the itemDatabound event like this
Dim editItem As GridEditFormItem = DirectCast(e.Item, GridEditFormItem)
Dim updateButton As ImageButton = DirectCast(editItem.FindControl("UpdateButton"), ImageButton)
Appreciate the Help
Thanks