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
60
hiding a column
posted

Do you support hiding a column yet in the WebDatGrid?  In November you said you were planning to put it into a future release.  If not, do you have a slated release for this.

I am currently setting visible column widths to exactly match my grid width and then setting my primary key column equal to 0.  This is working but not a desirable solution.

Parents
No Data
Reply
  • 380
    Suggested Answer
    posted

    I'm hiding a column by doing this:

    WebDataGrid1.Columns[...column_index_here...].Hidden = true;

    PS: I'm using version 10.2 and dynamically generating my columns at runtime (not sure if this has anything to do with the fact that I can hide a column).

    Please mark this as answered if it has helped you.

    Cheers,

    Wagner Danda da Silva

    http://www.wagnerdanda.me

Children