-
11 Sep 2012 2:08 AM #81
-
21 Nov 2012 2:34 AM #82
Making selection available in RowExpander
Making selection available in RowExpander
Due to selection restrictions of grid design it seems like making selection available just in rowexpander is not that bad solution.
-
14 Dec 2012 1:45 AM #83
Problem with grid text selection in Chrome Version 23.0.1271.95 m
Problem with grid text selection in Chrome Version 23.0.1271.95 m
I got it worked on other browser's except Chrome Version 23.0.1271.95 m.
Please help.
-
14 Dec 2012 1:56 AM #84
Yes i got it worked even on webkit browser's too by adding -webkit-user-select: text !important;
Finnaly my overriden css looks like below.
Code:.x-list-body dt EM,.x-list-header-inner DIV EM,.x-grid3-row td,.x-grid3-summary-row td,.x-grid3-cell-text,.x-grid3-hd-text,.x-grid3-hd,.x-grid3-row { -moz-user-select: inherit !important; -khtml-user-select: text !important; -webkit-user-select: text !important; }




Reply With Quote