Hi,
I just started building an app using EF CodeFirst . After creating the model, I used the wizard to scaffold the Hybrid UI View.
The strange behavior:
- create a new record
- click save
- navigate manually back to the table view
- click new again…instead of getting empty textboxes, the last record appears for edit.
In order to work around this issue, the user will have to click edit first and then new in order to get empty boxes.
I created video and project samples to demonstrate
Thank you.
Project sample
Hi,
I have tried your project and it works correctly on my side. Please refer to the attached screencast. Are there some additional steps I need to perform to get the behavior you faced?
Thanks,
Andrey
Hi Andrey, I tried again but the strange behavior still persists. Something is not right.
The only difference I could see from your screencast is that you are using data source=(LocalDb)\v11.0 …vs… data source=(LocalDb)\MSSQLLocalDB
Could that be the reason?
I tested it using data source=(LocalDb)\v11.0 but the issue sill persists. Very strange.
Hi,
I was able to reproduce the issue on one of our machines and passed this ticket to our developers for further research. We will keep you posted.
Thanks,
Alex