I have a webapi backend and a grid javascript frontend
my controller looks like this
and on client i get this
and it works great with this
So far no problem.
Now i want to return this from my controller
but I cant extract my custom property "ColumnDefinition" on the client side
How can i extract or access my property "ColumnDefinition" while everything else keeps working as ususal?
Maybe the question is how can i intercept only the get request while leaving the rest to behave as usual?
Thank you