Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

  • Isomorphic
    replied
    We've fixed this for builds dated February 22 and later - no builtin ListGrid fields should now appear in Formula/Summary editors (checkbox, expansion, rowNumber or remove)

    Leave a comment:


  • janusz
    started a topic removeField in SummaryBuilder

    removeField in SummaryBuilder

    Hi,

    I think that removeFields shouldn't be included in SummaryBuilder.

    Code:
    isc.ListGrid.create({
        ID: "countryList",
        width:500, height:224, alternateRecordStyles:true, 
        canRemoveRecords: true,
        canAddSummaryFields: true,
        fields:[
            {name:"countryCode", title:"Code"},
            {name:"countryName", title:"Country"},
            {name:"independence", title:"Nationhood", type:"date", width:100},
            {name:"population", title:"Population", type:"integer"},
            {name:"gdp", title:"GDP", type:"float"}
        ],
        data: countryData
    })
    Best regards,
    Janusz
Working...
X