Questions tagged [syncfusion]

Please utilize this tag when inquiring about the range of Syncfusion UI components designed for Web, Desktop, and Mobile applications.

Mastering the integration of an array of objects with the ej2 Syncfusion data grid

Trying to figure out how to map a complex array of objects into the ej2 Syncfusion React data grid. Here is an example of my array: [ { "id_team": "1",, "team_name": "Testing", "adviser": " ...

Encountering a flickering problem with the multiselect checkbox dropdown while attempting to integrate the React Syncfusion query builder component into the MUI Drawer component

I am currently working on integrating the React Syncfusion query builder into the MUI drawer. However, I am encountering a flickering problem with the multiselect checkbox when using the IN operator. If I place the query builder component outside of the M ...

Can you please verify the most recent updates for Bootstrap and Syncfusion in my Angular project?

Could someone help me figure out when the bootstrap and syncfusion libraries were last updated in my Angular project? I'm having difficulty finding this information. ...

Issue encountered while building Angular application at ./node_modules/@syncfusion/ej2-angular-richtexteditor/@syncfusion/ej2-angular-richtexteditor.es5.js

We have specified the following versions in our package.json file: "@syncfusion/ej2-angular-richtexteditor": "^17.3.28", "typescript": "^3.1.3", and "@angular/cli": "^7.0.3". During the project build process using npm run build:ssr, we encountered the err ...

Tips for troubleshooting the error that occurs during the ng build --prod process

After creating an app, I attempted to build it using ng build --prod, only to encounter an error message related to the current version of Syncfusion. Below is the specific error I am experiencing: ERROR in ./node_modules/@syncfusion/ej2-angular-dropdown ...

Error: Attempting to access a property that is undefined (specifically 'pvtData')

I'm having trouble displaying data in my grid component (syncfusion). It keeps throwing an error "TypeError: Cannot read properties of undefined (reading 'pvtData')". The grid components are not showing any data and the error persists. Could ...

Utilize the tree element provided by syncfusion in conjunction with Material UI

Currently, I am in the midst of a project that utilizes Material UI. However, I have come across an obstacle when trying to locate a checkboxes tree within Material UI. Surprisingly, I stumbled upon one in Syncfusion. Is it acceptable for me to solely im ...

Customize the file name for exporting data from a Syncfusion grid view with Angular

In my Angular (v6.8) application, I have implemented a Syncfusion grid view from Syncfusion. When downloading the grid content as an Excel sheet, the default file name displayed is "Export.xlsx". I am trying to set a custom file name for the download proce ...

Are Synfusion npm Packages Paid or Free to Use?

Are Syncfusion npm packages free or paid versions? If I install the npm package in an Angular application to use the grid component @syncfusion/ej2-angular-grids, will there be any charges? ...

The currentViewData property of the model is not defined, resulting in a TypeError when implementing the Hierarchical Grid and accessing the Child Grid

I'm currently working on implementing a Hierarchy Grid in ASP.Net MVC using Syncfusion Grid Control. During the process of fetching data from the server side with an ajax call for the expansion of the child grid, I encountered a JavaScript error (TypeError ...

The functionality of SyncFusion TreeGrid ContextMenu appears to be incompatible with vue3

Having trouble implementing a context menu in my SyncFusion TreeGrid. Despite following the instructions, nothing seems to be working for me. Here's a snippet of my code: <template> <ej2-treegrid :dataSource="tabla" :context ...

Talebook by Syncfusion

I'm completely new to Storybook and I am currently exploring the possibility of creating a Storybook application that showcases a variety of controls, including Syncfusion controls and other custom controls that I will be developing in the future. Has any ...