[CLOSED] Grid rowbody feature

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Grid rowbody feature

    Hi.
    I am using grid with RowBody feature and GetAdditionalData function.

    function GetAdditionalDataFn(record, rowIndex, rowValues) {
        var headerCt = this.view.headerCt,
                colspan = headerCt.getColumnCount();    
        var body = "";
        if (rowIndex === index2)
            body = html2;
        return {
            rowBody: body,
            rowBodyCls: this.rowBodyCls,
            rowBodyColspan: colspan
        };
    }
    This code calls 4 times and insert the same data 2 times. Why the same data inserted 2 times?
    Last edited by Daniil; Sep 10, 2013 at 5:29 AM. Reason: [CLOSED]

Similar Threads

  1. RowBody feature example
    By PetrSnobelt in forum 2.x Help
    Replies: 1
    Last Post: Jun 10, 2013, 3:48 AM
  2. [CLOSED] Grid Drag and Drop with RowBody
    By blueworld in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Apr 03, 2013, 9:16 AM
  3. Replies: 2
    Last Post: Feb 21, 2013, 12:05 PM
  4. [CLOSED] Infinite Scrolling Grid with GridFilter feature - JavaScript Error
    By MacGarnicle in forum 2.x Legacy Premium Help
    Replies: 8
    Last Post: Apr 04, 2012, 2:06 PM
  5. Freeze (Lock) Columns feature in Grid Panel.
    By kunal_icreon in forum 1.x Help
    Replies: 7
    Last Post: Feb 22, 2010, 3:52 AM

Tags for this Thread

Posting Permissions