On Feb. 19, 2018, Syncfusion hosted the webinar, “A Tour of Syncfusion’s TypeScript Components,” presented by Product Manager Chad Church. Church demonstrated Syncfusion’s new TypeScript controls, and showed how easily they work with Angular and React. The following blog post is the Q&A portion of the webinar. A recording of the webinar can be found on our YouTube page, or you can watch here:
A: Thanks, Alberto. Sure, the beta version for schedule rolled out with the Volume 1 release.
A: If your project is based on ES6 modules, please refer to this for getting started: https://ej2.syncfusion.com/15.4.23/documentation/base/installation.html?lang=typescript
If your project is based on plain ES5 JavaScript: https://ej2.syncfusion.com/15.4.23/documentation/base/es5-getting-started.html?lang=typescript
A: Currently, you have to manually add the references to your project. However, I have created a feature report for publishing our JavaScript packages in NuGet, also. The approximate timeline for publishing is the end of March.
A: When you are using a webpack path, webpack has impressive minification support through UglifyJS.
A: Currently, uploader does not support chunk upload. But the feature will include it in an upcoming release.
A: Yes. We have provided navigation lines support. Lines or paths can be drawn between two coordinates in maps.
A: Yes, data can be handled externally in grid. You can use the dataStateChange event to perform data requests (using fetch API) and bind the result in grid.
A: Currently, we don’t have immediate plans for web components.
A: Yes. Charts are rendered as SVG elements.
A: Yes, they will have support for Razor syntax.
A: ASP.Net Core wrappers just came out with our most recent release.
A: Maps won’t support KMZ files directly. We can convert them to GeoJSON data and we can bind that to maps.
A: Yes, you can. You can use GeoJSON data to render shapes in layers or you can use map providers like Bing or Open Street Map.
A: Do you have any specific controls in mind? That way I can give sample links for those. Here is the grid link: https://ej2.syncfusion.com/beta/demos/#/material/grid/remotedata.html.
A: Yes, the form validator can support MVC’s data annotations.
A: Yes, they will.
A: Currently we don’t have any wrappers for Web Forms. However, you can use our controls with ASP.Net Web Forms projects using TypeScript/JavaScript-based control initialization.
A: We have provided PDF exporting support for now in the 2018 Volume 1 release. Chart export is supported in all the major browsers!
A: Both TS and Angular versions will have similar new features and new controls.
A: Currently, the schedule control does not have a feature to import events from Google Calendar or Outlook. We will consider it for upcoming releases.