I have two web pages that each use the radpanelbar. Each page is setup the same as far as the panel bar. The only difference is the aspx "doctype". If I use the version HTML 4.0 doctype, then the panelbar works great. If I use the XHTML 1.0, then the bar will not work at all. In fact IE goes to lunch and I have to kill the process from the task manager.
Can anyone explain why the radpanelbar will work with this
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
but won't work with this
Can anyone explain why the radpanelbar will work with this
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
but won't work with this
<!
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">