Hi, I have been using this:
function buildListsSelect(response) {
if(typeof(response) == “object”) {
response = response.responseText;
}
var html = '';
var data = JSON.parse(response);
for(var i in data) html += '' + data + '';
html += '';
return html;
Hope this helps.
You probably found out already but for others, yes, it is what you meant.
You define all the fields in the grid, some visible, some hidden and change the editrules for those hidden in the grid to see them in the form.
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS