Need help with setColumnProperty method
I'm using version 2.5.3 but when I try to run my app in IE I get a 'method not supported' error on the setColumnProperty function. The funny thing is that I call the method directly above the error with "count" being the first parameter. The second method that fails has "text" as the first parameter. I cannot find any meaningful documentation on this site. Any help would be appreciated. (code listed below)
receivedGrid.setColumnProperty("count", receivedColumnHeaders.length);
receivedGrid.setColumnProperty("text",
function(i){return receivedColumnHeaders[i]});
receivedGrid.setColumnProperty("count", receivedColumnHeaders.length);
receivedGrid.setColumnProperty("text",
function(i){return receivedColumnHeaders[i]});
Simon
October 20,