When I change
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
to
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
I get difficulties with your javascript function RadToolbar.EnableButton(item.commandName)
When I look at RadControls\Toolbar\Scripts\1_6_3\RadButton.js file I can find this js function:
It seems that setAttribute("disabled", false) doesn't work at all in this doctype case.
When I call
after
it behaves correctly.