Height problem with Aspose Gridweb

Hi,

How to set the Gridweb control height when XhtmlMode is false.

Please find attachment for sample code.

Thanks,

Rajendar

Hi,


Thanks for the project.

I think you may try to change your <!DOCTYPE> in your page(s) accordingly.

FYI:

1) If the page has this tag i.e…,

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
The GridWeb’s XhtmlMode should be set to TRUE.

2) If the page has the tag e.g…,

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN” >
or having no tag (like this) at all,

The GridWeb.XhtmlMode should be set to FALSE.

So, you may try to change your <!DOCTYPE> as per 2) if you want to set XhtmlMode to false.


Thank you.