I have a grid for a model Departments. Departments has a foreign key field ParentDepartmentKey. The foreign key field correctly generates a dropdown list with Departmens listed. However, if you add a new department, it is added to the grid, but the dropdown in the foreign key field is not updated and does not update.
Is it possible to have the foreign key field update when an item is added to the grid?
Is it possible to have the foreign key field update when an item is added to the grid?