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
200
How to hide repeated columns in ultrawebgrid?
posted

Hi All,

Is there any  way to to hide repeated columns in ultrawebgrid.

 

Parents
No Data
Reply
  • 45049
    posted

    That depends on what's causing the columns to be repeated in the first place.  It may be as simple as avoiding adding the "duplicate" columns.  Alternately, you can set a column's Hidden property to true to hide it while still making it available to client-side code, or you can set its ServerOnly property to true to make it entirely unavailable to the client.

Children