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.
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 EngineerInfragistics, Inc.www.infragistics.com
I am following up to see if the information provided has resolved this matter.
Please let me know if I may be of further assistance with this matter.