Hi Marco,
I still don't get it. How do you even transfer the page content to an extension and send it back again? Why on earth would you want to use an extension for screen manipulation? I'm totally baffled. May I assume that before using the Platform, you were a ASP.NET C# developer, and you still didn't lose the habbit of modifying pages with C#? Because from what I can tell, you are using the Platform in a way that it is totally not intended for!
If I need to hide columns on a screen, I'd use an Extended Property of "style", and set that conditionally to "display:none" (both header and data cell) for cases I didn't want it to show. What you are doing is so gross, so disgustingly abusive to the poor Platform, I'm all shaken and I need a good drink!
I still don't get it. How do you even transfer the page content to an extension and send it back again? Why on earth would you want to use an extension for screen manipulation? I'm totally baffled. May I assume that before using the Platform, you were a ASP.NET C# developer, and you still didn't lose the habbit of modifying pages with C#? Because from what I can tell, you are using the Platform in a way that it is totally not intended for!
If I need to hide columns on a screen, I'd use an Extended Property of "style", and set that conditionally to "display:none" (both header and data cell) for cases I didn't want it to show. What you are doing is so gross, so disgustingly abusive to the poor Platform, I'm all shaken and I need a good drink!