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
731
Grid Layout problem in VS2008 TabContainer
posted

i am using ultrawebgrid inside tabcontainer and when i run application its layout overflows....how to solve this problem???

  • 731
    posted

    actually i am using following properties to hide column..columns get hide but takes white space inside grid.....

     

    UltraWebGrid1.Bands[0].Columns[3].HeaderStyle.CustomRules = "display:none";

    UltraWebGrid1.Bands[0].Columns[3].CellStyle.CustomRules = "display:none";