Forum Replies Created

Viewing 3 posts - 61 through 63 (of 63 total)
  • Author
    Posts

  • Serdar
    Participant

    hello You did not understand me, My english is not good..

    $ (“# CrewGridList”) jqxGrid (‘selectrow’, 0).;
    this selected row is getting ok is working..
    and

    I want to run this event automatically
    . $ (“# CrewGridList”) ‘rowselect’, function (event) {(
    var crewId = event.args.row.C_ID;
    alert(‘I first 0 row ‘+crewId);

    or example
    How to get selected row ID from Gridview?

    $ (“# CrewGridList”) jqxGrid (‘selectrow’, 0).;
    alert(rowselectedIndex)

    in reply to: ajax method does not working ajax method does not working #50985

    Serdar
    Participant

    hello
    My English is not very good, so you don’t fully understand
    If possible, could you give me an example?
    thank you

    in reply to: ajax method does not working ajax method does not working #50845

    Serdar
    Participant

    hi peter Thank you for your fast answer..I looked at and worked examples ok.
    and I’ve studied this example
    ” Example with nested JSON data. ”
    So why is this not working? and Why can not I use?




    thank you

Viewing 3 posts - 61 through 63 (of 63 total)