:: Forum >>

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
Sanjay Sharma
Thursday, September 28, 2006
Sanjay,

I just tried in my grid:

alert(obj.getCellTemplate(2, 3).getStyle("color"));

This worked - it displayed 'blue'. So you can probably get all styles this way.
Joel
Thursday, September 28, 2006
This could be of interest.

http://www.activewidgets.com/aw.ui.grid/cell-mouse-events.html
Paul
Thursday, September 28, 2006

This topic is archived.


Back to support forum

Forum search