DevExpress WinForms Grid: Entity Framework Data

preview_player
Показать описание
This video shows you how to #bind the #DevExpress #WinFormsDataGrid to #EF data.

⚡️⚡️⚡️ Overview ⚡️⚡️⚡️

📒 Documentation 📒

🚀 Get Started Today – Free 30 Day Trial 🚀

✅ Pricing and Online Demos ✅

🆘 We Are Here to Help 🆘

👍 Follow DevExpress on Social Media 👍

🏁 Review Customer Testimonials 🏁

#WinForms #DataGrid #EntityFrameWorkData #winformscontrols #devexpressgrid
Рекомендации по теме
Комментарии
Автор

This is one of the most important tutorial video in DevExpress WinForms DataGrid, with Entity Framework and editing in design-time.
05:00 event edit row, RowUpdated event
05:13 Change dbContext = new
to
dbContext; dbContext = new

6 years gone away, DevExpress team should update this video to version 21.1.3 for easy to follow.

vydo
Автор

I´m trying to use this video but without result, the thing is I have My dbContext inside a Library Class, When even I try to bind the grid the dbcontext its not found buy your wizard

walmanarias
Автор

Now couldn't this be a problem using data annotations if you update your model? If you do, it will regenerate that model and the annotations are gone.

MrTyanushka