skip to Main Content

Error: The method 'markNeedsBuild' isn't defined for the class 'RenderLoadingIndicator' in syncfusion_flutter_charts after upgrading to Flutter 3.2.4

I'm working on a Flutter project where I'm using the syncfusion_flutter_charts package. After upgrading Flutter to version 3.2.4 and updating the syncfusion_flutter_charts package to the latest version (26.2.10), I encountered the following error: ../../../AppData/Local/Pub/Cache/hosted/pub.dev/syncfusion_flutter_charts-26.2.10/lib/src/charts/base.dart:3225:7: Error: The method 'markNeedsBuild' isn't defined…

VIEW QUESTION

Javascript – SyncFusion: How to add additional MultiSelectComponent Field to the default editor window

I'm working on integrating a MultiSelectComponent from Syncfusion into the ScheduleComponent editor window. However, I encounter an error when clicking the input field. Uncaught TypeError: Cannot read properties of undefined (reading 'enqueueForceUpdate') at Component.forceUpdate (react.development.js:368:16) at ComponentBase.renderReactTemplates (component-base.js:473:18) at Observer.eval…

VIEW QUESTION

Visual Studio Code – syncfusion markers not showing up on demo code

I am currently testing the openstreetmap integration uing syncfusion Looking at their documentation => https://blazor.syncfusion.com/documentation/maps/providers/openstreetmap I tryed running this code: @using Syncfusion.Blazor.Maps <SfMaps> <MapsZoomSettings ZoomFactor="4"></MapsZoomSettings> <MapsCenterPosition Latitude="29.394708" Longitude="-94.954653"></MapsCenterPosition> <MapsLayers> <MapsLayer UrlTemplate="https://tile.openstreetmap.org/level/tileX/tileY.png" TValue="string"> @* Add marker *@ <MapsMarkerSettings> <MapsMarker Visible="true" Height="25"…

VIEW QUESTION

Asp.net – Blazor Syncfusion DataGrid Query

Hello all respected members. I have a question on how to add AND condition to WHERE clause on below syncfusion datagrid code: <SfGrid DataSource="@detailData" Query="@(new Query().Where("book_name","equal",_data.book_name))" AllowPaging="true"> What I want to achieve is that I can have more than 1…

VIEW QUESTION
Back To Top
Search