how can i insert , update or delete? i tried after choosing the data source , it shows the data correctly but when i edit or add a new item the database is not affected (allow edit,delete and add row are set to true)
i found a way to do what i asked with sql data adapter thanks anyway
Hi John, RadGridView will not update the database and this behavior is by design. Once you edit a record in the control, the grid will update the data bound object. From that moment it is up to you, depending on your actual scenario and chosen data provider to connect to the database and update it. You can check the following documentation articles providing examples with EntityFramework and ADO.NET: https://docs.telerik.com/devtools/winforms/gridview/populating-with-data/binding-to-entityframework-using-database-first-approach https://docs.telerik.com/devtools/winforms/gridview/populating-with-data/updating-the-database-with-ado.net I hope this will help. Regards