jQWidgets Forums

jQuery UI Widgets Forums Plugins Data Adapter Access and modify "beforeSend"

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Access and modify "beforeSend" #67443

    patojax
    Participant

    Hi,

    I need to to access the “beforeSend” property in a jqxgrid in an angular directive (on same element as jqx-grid). I do have access to to scope.settings.source. But “beforeSend” is not there. It’s only in a child scope.settings.source._source. But modfying this makes no difference.

    Background:
    I created the custom directive on the jqx-grid element because I
    1) want to change jqxgrid ajax request from get to post
    2) I need custom behaviour on selecting/deselecting items

    Cheers
    patojax

    Access and modify "beforeSend" #67460

    Peter Stoev
    Keymaster

    Hi patojax,

    If you want to change get to post, then set the “type” to “POST”.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.