d7551dd2a4
Problem: DataGridShell expects gridRef to have redrawRows() method but KsDataGrid.vue only exposed focusRow and gridApi Fixed: 1. Added redrawRows() function that calls gridApi.redrawRows() 2. Updated defineExpose to include redrawRows 3. Removed unused CellEditingStoppedEvent import Result: CommonCodeManagementPage.redrawRows() calls now work Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>