jQWidgets Forums

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Server Paging Problem Server Paging Problem #66128

    EPSakhno
    Participant

    Thanks
    Another question.
    I need to ask for resources to pass parameters to the method.
    example:
      var source = {
                 datatype: “json”,
                 datafields: [{name: ‘ShippedDate’, type: ‘date’},
    {Name: ‘ShipName’},
    {Name: ‘ShipAddress’},
    {Name: ‘ShipCity’},
    {Name: ‘ShipCountry’}],
                 url: ‘Orders / GetOrders’,
                 root: ‘Rows’,
                 beforeprocessing: function (data) {
                     source.totalrecords = data.TotalRows;
                 }
             };
    But GetOrders method, I want to pass a value:
    new Date ($ (“# dateEnd_Raw”). jqxDateTimeInput (‘getDate’)). toISOString ()
    As indicated in the resource?

Viewing 1 post (of 1 total)