jQWidgets Forums

Forum Replies Created

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

  • asvil
    Participant

    Hello Dimitar

    Unfortunately also event.args.row contains wrong row if rows are grouped by one or more columns. May be it happens only on remote data sources?


    asvil
    Participant

    It’s seems that grouped rows have broken map to data source with original row order.
    If I write details handler like this

    
        var initrowdetails = function (index, parentElement, gridElement, datarecord) {
          var details = $($(parentElement).children()[0]);
          details.html("Details: " + datarecord.URL);
        };
    

    datarecord argument has other value that I selected.

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