Login Register

xhrGet grid

dojo.xhrGet and grid not displaying data

I have looked at many examples and various forum postings but still can not get the grid to display data. All I get is ? in the grid. Here is the code:


memberView = {
cells: [[
{ name: 'Name', field: "name" },
{ name: 'Address', field: "address" },
{ name: 'Birth Date', field: "birthDate" },
{ name: 'Gender', field: "gender" },
{ name: 'State', field: "state" }
]]
};

bsbOnClick = function() {
dojo.xhrGet({
url: "FindMemberAjax.do",
handleAs: "text",
content: {
lastName: dojo.byId("msLastName").value,

Syndicate content