In the project I'm currently working we are trying to reduce the number of server calls we have to do to bind the grid since the data is coming from wcf service which implies some overhead on the overall operation.
Currently for displaying some of the information we are using the Edit Form with a template that only contains read-only fields. Is it possible to make the grid send the HTML code to the client and use a column to expand/collapse the form similar to what is shown in the Grid/Mixed Hierarchy Loading sample?
Thanks in advance for any answer.
Currently for displaying some of the information we are using the Edit Form with a template that only contains read-only fields. Is it possible to make the grid send the HTML code to the client and use a column to expand/collapse the form similar to what is shown in the Grid/Mixed Hierarchy Loading sample?
Thanks in advance for any answer.