Header Word Wrapping

Is there a way to set the header columns to a specific height or atleast word wrap them as well?

Hi,

Yes, you may set/expand the height of GridWeb's Column headers, it will wrap the text automtically.

e.g..,

GridWeb1.HeaderBarHeight = new Unit("70pt");

Thank you.