Ext.Net.GridView.FocusCell C# (CSharp) Method

FocusCell() private method

private FocusCell ( int row, int col ) : void
row int
col int
return void
        public virtual void FocusCell(int row, int col)
        {
            RequestManager.EnsureDirectEvent();
            this.Call("focusCell", row, col);
        }