hi,
can we override ListGrid.filterData()
how ?
i tried following but no luck >
isc.ListGrid.create({
ID: "uniqueID",
alternateRecordStyles: true,
showFilterEditor:true,
filterOnKeypress :true,
autoFetchAsFilter:true,
filterData: function(){
alert('i m here'); // doesn't work
},
})
Please note I am using SmartClient and not SmartGWT but posting here because i see more activity ans response here.
Dev
can we override ListGrid.filterData()
how ?
i tried following but no luck >
isc.ListGrid.create({
ID: "uniqueID",
alternateRecordStyles: true,
showFilterEditor:true,
filterOnKeypress :true,
autoFetchAsFilter:true,
filterData: function(){
alert('i m here'); // doesn't work
},
})
Please note I am using SmartClient and not SmartGWT but posting here because i see more activity ans response here.
Dev
Comment