#102831
bryan.mccallum
Participant

does the data adapter work with sql calls?

 

we expected the call to look like this

const dataAdapter = new Smart.DataAdapter({
dataSource: {
method: “GET”,
url: “Productivity/?handler=Dashboard”,
async: true
},
dataSourceType: “json”,
dataFields: [
“Category: string”,
“DateValue: date”,
“CurrentPeriod: bool”
]
});

 

but it is not calling the code behind in my asp.net project