Ho to Get the cell style value
Hi,
I have set some cell border to some specific color by using
obj.getCellTemplate(col, row).setStyle("color", "#999999");
Now I want to get informations of the cell style back on this function
obj.onCellEditEnded = function(text, col, row){}.
can any one let me know how to catch information of the cell style especially cell border on clicking of the cell
I have set some cell border to some specific color by using
obj.getCellTemplate(col, row).setStyle("color", "#999999");
Now I want to get informations of the cell style back on this function
obj.onCellEditEnded = function(text, col, row){}.
can any one let me know how to catch information of the cell style especially cell border on clicking of the cell
Sanjay Sharma
September 28,