Announcement

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

    Getting error when using showFilterEditor & frozen column

    Getting a undefined error when I use both showFilterEditor & a frozen column. I getting: this.frozenHeader is undefined

    I remove the frozen setting & error goes away.


    Code:
    isc.ListGrid.create({
    		ID:"listGrid",
    	    headerBackgroundColor:"#99BBE8",
    	    dataSource:my_ds,
    	    showFilterEditor: true,
    	    filterOnKeypress: true,
    	    fields: [             
    	       {name:"lastName", width:100, canEdit:false, frozen:true },
    	       {name:"firstName", width:125, canEdit:false},

    #2
    hi Isomorphic,

    Even im facing the above problem. Any solution will be appreciable.

    Thanks

    Comment


      #3
      Hi All
      This issue has already been resolved in the 7.0RC2 package.
      We've now also added a patch for this issue in 6.5.1 to the Addendums forum here

      Thanks
      Isomorphic Software

      Comment

      Working...
      X