Hello,
I would like to ask if there is any way for hidden columns not to be rendered to the client (browser)
I set some columns Hidden property to True (server side) but i notice that the columns including the data still exist in the page's source, they are just not visible on the layout.
Thank you
Hi,
To do such you can use ServerOnly property of column object.
Check this documentation for more detail. ServerOnly Property
Let me know if this helps you.
Greetings
Thanks for the quick reply, it works as expected!