Hi,
I have problems with using css boxes (incorrect rendering) and if I remove the
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"? I get the message "Grid can not be used in quirks mode!"
Where is the problem? Can you help me?
Another little thing.
When a toolbar is at the top, and I close my grid (click on caption) toolbar still remain outside. It would be nice to fix it.
Regards,
Budimir
It does not work with quirks mode. You must define some doctype.
If xhtml based doctype is conflicting your design, you can select html4.01 doctype.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Refer this link for more combinations.
http://www.w3schools.com/tags/tag_doctype.asp
Regards,
Thanks for your reply.
The problem is solved.
Am I right in relation to toolbar?
Regards,
Budimir