Categories | Question details Back To List | ||
enableBlockSelection and splitAt I have used the splitAt method in one of my grid and it works fine. I also have mygrid2.enableBlockSelection(true); With this option I can select (hightlight) any number of cells on those columns which are right side of the split. I can not select any cell on the left side of the split. Is it the limitation of splitAt method or I have to do something to select the cells on the left side of the split. Thanks in advance Answer posted by Support on Dec 16, 2008 01:47 There is no way to have a single block selection for both right and left parts of grid in split mode, the selection will work only in right part of grid. ( Technically it possible to enable selection for left part of grid as well, but it will be absolutly independent from selection in right part of grid , it still will not be possible to have a single selected area over split zone borders ) |