3.2.0

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
September 28,
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
September 28,
This could be of interest.

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

This topic is archived.

See also:


Back to support forum