Hi Aspose Team!
Is it possible to completly hide the top header bar?
(the header bar with¨A, B , C...)
If I use : gridWeb.HeaderBarHeight = new Unit("0pt");
this setting is overriden when I sort a colum based on an insheet header.
Hi Aspose Team!
Is it possible to completly hide the top header bar?
(the header bar with¨A, B , C...)
If I use : gridWeb.HeaderBarHeight = new Unit("0pt");
this setting is overriden when I sort a colum based on an insheet header.
Hi,
Well, I think you can add this line: GridWeb1.HeaderBarHeight = new Unit("0pt"); to Page_Load event handler and outside of if(!IsPostBack){}block (if you have).
Thank you.
Thanks!
It does the trick.