CustomObjectAttributes - Javascript not triggering

2 replies. Last post: February 19, 2010 3:31 AM by Andi Santoso
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Michael CMember

Hi,

 

if
(e.Row.Type == RowType.Record)

{

if (e.Row.Table.Name == "Invoices")

{

e.Row.Cells.GetNamedItem(
"PayInFull").CustomObjectAttributes = "onclick=\"DoClick()\"";

}

}

This bind the onclick event to DoClick() function properly to the checkbox, however the javascript is not triggering when the checkbox is selected. It seems to be blocked.

 

Any help will be appreciated, thanks

Michael

All times are GMT -5. The time now is 1:36 AM.
Previous Next