|
Queries |
Answers |
|
Data is added to the database but does not show up in the data grid. |
We have analyzed your query that “Data is added to the database but does not show up in the SfDataGrid". Since, in your application, you maintain the SfDataGrid item source as list collection. List collection does not contain the collection changed event. So, it does not show the data in SfDataGrid. Your requirement can be achieved by SQL Dependency Nuget and please refer the following link,
https://dzone.com/articles/introduction-to-mysql-1 |
Proposal ID database will overwright it with next sequencial number |
In manual entry of proposal Id should be validating by the SfDataGrid.RowValidating Event to cancel the editing value in SfDataGrid. Please refer the below user guide document for your reference, UG Link: https://help.syncfusion.com/wpf/datagrid/data-validation#row-validation |