Set a CellLink at runtime
Hi All,
I'm having great difficulty setting a cell link at runtime, using the value from a grid cell which has just been edited?
I can change the text of a cell quite easily with something like:-
browse_obj.onCellEditEnded = function(text, col, row){
this.setCellText("Text entered was: "+text, 5, row);
}
but when I try and use 'setCellLink' it just won't change.
Has anybody got any ideas?
Cheers,
Andy
I'm having great difficulty setting a cell link at runtime, using the value from a grid cell which has just been edited?
I can change the text of a cell quite easily with something like:-
browse_obj.onCellEditEnded = function(text, col, row){
this.setCellText("Text entered was: "+text, 5, row);
}
but when I try and use 'setCellLink' it just won't change.
Has anybody got any ideas?
Cheers,
Andy
Andy Wilton
April 28,