Threaded View
-
4 Jun 2009 9:18 AM #8
I'm not sure about which css is applied that disable the selection.
I am using the row selection model and I use Inspect function in the Firebug, see the class for a cell's inner text is using the css:
x-grid3-cell-inner x-grid3-col-NN (NN is the column number of that cell)
Then I add:
to the 'x-grid3-cell-inner' css definition.Code:"-moz-user-select: text; -moz-user-focus: normal;"
But still not able to highlight the cell and select the text.
ANYONE Know the CSS please help
good good study,
day day up ; )


Reply With Quote