- OnChange event doesn't track the cell modification after add data to the original value. (screenshot on the demo).
- Another question, I use the annotations on my viewmodel but it does not appear in the spreadsheet ? (same things on the site demo https://demos.telerik.com/aspnet-core/spreadsheet/datasource => [Display(Name = "Product name")] into the viewmodel but not in the spreadsheet) ?
Regards,
Florian.
Hello Florian,
Your second question annotations working like this
sheet.setDataSource(dataSource,
[
{ field: "CompanyName", title: "CompanyName" },
{ field: "SBU", title: "SBU" },
{ field: "Family", title: "Family" },
{ field: "Subfamily", title: "Subfamily" },
{ field: "ScenarioName", title: "ScenarioName" },
{ field: "GroupMaster", title: "Group Master", enable: false},
{ field: "_Nprojectid", title: "Project ID" },
{ field: "_Tprojectname", title: "Project Name" },
]);