C
|
cgphp 9/20/2011 |
$("a[id^='yourchildtablename_preview']").removeAttr("onclick"); |
|
500498 9/20/2011 |
$("a[id^='yourchildtablename_preview']").removeAttr("onclick");
|
C
|
cgphp 9/20/2011 |
thankz for the reply where should i write this link
|
|
500499 9/20/2011 |
Paste it in the Javascript onLoad event of the List page. Replace yourchildtablename with the name of your child table.
|