setRowCaption question

Hi Aspose Team!

In the gridWeb, I'm using the SetRowCaptionMethod.

My problem is sometimes the caption I want to put is too long, and it's displayed truncated.

Is it possible to set a larger row caption display length?

Hi,

Thanks for considering Aspose.

Please use HeaderBarWidth property of the GridWeb control.

E.g.,

GridWeb1.HeaderBarWidth = new Unit("100pt");

Thank you.

thanks, it works great!