Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
190
Hiding a user defined header
posted

Hi,

I have an Ultraweb grid with column like

       Dec07      Jan08           Feb08           Mar08

    Act    Part    Act   Part    Act    Part      Act  Part

My requirement is if the month is Jan then i need to hide the last year values. that is Dec 08 and the two columns Act and part. Dec 08 is the merged header.

Act and Part are the grid headers by default. I am able to hide the column headers by

e.Layout.Bands[0].Columns[2].Hidden = true;

how to hide the merged header 'dec 08'. please help me out in this.

 

Parents
  • 425
    posted

    I'm having the same problem and have not found a solution yet.  I'm using version 8.2.20082.1000 of the webgrid.  What version are you using?

     Thanks,

     Eric

Reply Children