The TabStrip Helper is sending a model to the TAB using the GET method and due to the large size of the model we are sending, the query string became to long and stopped working for some tabs. Can the TabStrip be set to use a POST method?
I see that this behavior is supported in Kendo UI for jQuery as proven by the POST request submitted in
this Dojo sample.