jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts

  • and.b
    Member

    Hi Peter,

    my previous reply had some language errors, read this (sorry):

    The exception problem is signaled only if I debug my application from Visual Studio 2010; if I load the page from the browser without passing through VS, when I click on next page arrow the grid doesn’t update.
    It is strange because the http request and relative response are always the same, both with filter disabled or enabled:

    Request GET /api/map?filterscount=0&groupscount=0&pagenum=1&pagesize=10 HTTP/1.1
    Response body {“Count”:1001,”Streets”:[{“DistrictName”:”TAVAGNACCO”,”Id”:10,”StreetName”:”ALZAIA NAVIGLIO PAVESE _MILANO”},{“DistrictName”:”UDINE”,”Id”:43,”StreetName”:”AUTOSTRADA DEI LAGHI _ARESE”},{“DistrictName”:”TAVAGNACCO”,”Id”:44,”StreetName”:”AUTOSTRADA DEI LAGHI _BARANZATE”},{“DistrictName”:”UDINE”,”Id”:45,”StreetName”:”AUTOSTRADA DEI LAGHI _CERRO-MAGGIORE”},{“DistrictName”:”TAVAGNACCO”,”Id”:46,”StreetName”:”AUTOSTRADA DEI LAGHI _LAINATE”},{“DistrictName”:”UDINE”,”Id”:47,”StreetName”:”AUTOSTRADA DEI LAGHI _LEGNANO”},{“DistrictName”:”TAVAGNACCO”,”Id”:48,”StreetName”:”AUTOSTRADA DEI LAGHI _MILANO”},{“DistrictName”:”UDINE”,”Id”:49,”StreetName”:”AUTOSTRADA DEI LAGHI _RHO”},{“DistrictName”:”TAVAGNACCO”,”Id”:50,”StreetName”:”AUTOSTRADA DEL SOLE _CERRO-AL-LAMBRO”},{“DistrictName”:”UDINE”,”Id”:51,”StreetName”:”AUTOSTRADA DEL SOLE _MELEGNANO”}]}

    And if filterscount is 0 (because I’ve not set any value in the filter text box), it seems to me reasonable: I mustn’t apply any filter in the server.

    Bye


    and.b
    Member

    Hi Peter,

    the exception problem is signaled only if I debug my application from Visual Studio 2010; if I load the page from the browser without passing through VS, when I click on next page arrow the grid doesn’t update.
    It is strange because the http request e relative response is always the same, both with filter disabled or enabled:

    Request GET /api/map?filterscount=0&groupscount=0&pagenum=1&pagesize=10 HTTP/1.1

    Response body {“Count”:1001,”Streets”:[{“DistrictName”:”TAVAGNACCO”,”Id”:10,”StreetName”:”ALZAIA NAVIGLIO PAVESE _MILANO”},{“DistrictName”:”UDINE”,”Id”:43,”StreetName”:”AUTOSTRADA DEI LAGHI _ARESE”},{“DistrictName”:”TAVAGNACCO”,”Id”:44,”StreetName”:”AUTOSTRADA DEI LAGHI _BARANZATE”},{“DistrictName”:”UDINE”,”Id”:45,”StreetName”:”AUTOSTRADA DEI LAGHI _CERRO-MAGGIORE”},{“DistrictName”:”TAVAGNACCO”,”Id”:46,”StreetName”:”AUTOSTRADA DEI LAGHI _LAINATE”},{“DistrictName”:”UDINE”,”Id”:47,”StreetName”:”AUTOSTRADA DEI LAGHI _LEGNANO”},{“DistrictName”:”TAVAGNACCO”,”Id”:48,”StreetName”:”AUTOSTRADA DEI LAGHI _MILANO”},{“DistrictName”:”UDINE”,”Id”:49,”StreetName”:”AUTOSTRADA DEI LAGHI _RHO”},{“DistrictName”:”TAVAGNACCO”,”Id”:50,”StreetName”:”AUTOSTRADA DEL SOLE _CERRO-AL-LAMBRO”},{“DistrictName”:”UDINE”,”Id”:51,”StreetName”:”AUTOSTRADA DEL SOLE _MELEGNANO”}]}

    And if filterscount is 0 (because I’ve not set any value in the filter text box), it seems to me reasonable: I mustn’t apply any filter in the server.

    Bye

Viewing 2 posts - 1 through 2 (of 2 total)