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
160
Hiding a column in UltraWebgrid without display in view source
posted

I have a infragistics ultrawebgrid. I am hiding a column at server using the code logic given in few of the link over here

http://blogs.infragistics.com/forums/t/43224.aspx

http://forums.infragistics.com/forums/p/13079/48388.aspx

http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.2/CLR4.0/html/WebDataGrid_Hiding_a_Column.html

But in all the code logics above, I see the values still present in View Source of the page. So the data is still exposed to the user. Is there a way that I totally hide the column data so that it wont be even available in "View Source" of the page.

Parents
  • 25665
    Verified Answer
    Offline posted

    Hello Satish,

    The way to hide the data from the user would to leave the column uncreated. If you create the column it will appear in the view source even if hidden. Can you please tell me more about what you are trying to achieve with this setup? If you require to access the data in this column you can access it through the datasource instead on the server side.

    Sincerely,
    Mike P.
    Developer Support Engineer
    Infragistics, Inc.
    www.infragistics.com

Reply Children
No Data