BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Query |
Solution |
Problem 1 : In this way, I have to update the same Two Times i.e. first at MYSQL Databse and second in DATASET.. How to save the re-coding to update in DATASET ? (Dont want to again update the same in DATASET).
Problem 2 : For the above Problem If I am updating in DATASET also, but still getting problem as "In Network Machine, if another user has update the record, his updates applicable in MYSQL Database and in his DATASET(his SFDATAGRID). In Network, I am unable to get the Live Data in My DATASET. If Any Changes in MYSQL Database, How to get the Live Update Data in my DATASET ? " |
As per framework behavior you have to perform both the updating process. As this is not related to SfDataGrid we are unable to provide any work around for this. We suggest you to raise query in MySql forums for your clarifications. |
Please note that, after live update, there will be no change in Grouping, Filtering, Sorting, Column Chooser function... Only it Will affect to the Records. |
While using MySql, there will be a DataTable between the database and the sfDataGrid. The grouping, sorting, filtering of the records will be updated in the DataTable. To update those in to the database you have to update explicitly. |