@bryan-mccallum

@bryan-mccallum

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Help With Using Ajax To Get Data #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

Viewing 1 post (of 1 total)