Categories | Question details Back To List | ||
Cell focusing After checking the value of a cell, I'd like to get the cell focused if its value is not right. I checked the API and did not find what I want. Can someone help me? Answer posted by Support on Mar 25, 2008 10:30 Not sure what do you mean by focusing, cell can be set to editable state by call of grid.selectCell with additional parameter grid.selectCell(1,1,false,false,true); where 1,1 - indexes of row and column |