Hi,
I've got a grid in edticell mode (using version 3.5) and when it loads I have the top row autoselected – doing that in the
loadComplete event.
var selRow = jQuery(“#grid”).getGridParam('selrow');
var recNum = jQuery(“#grid”).getGridParam('reccount');
if (selRow == null && recNum > 0) {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top