823312fd26
Problem: onCellFocused was auto-starting edit mode on every focus, preventing AG Grid's native Enter-key navigation from working. Solution: Remove onCellFocused function and @cell-focused event handler. Now Enter key can properly navigate to next cell (Tab behavior). Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>