Questions tagged [syncfusion-calendar]
33 questions
0
votes
1 answer
How to show the tapped appointment details on another page in the Flutter Calendar
So i have been working on a project and wanting to make a calendar app. I have been using flutter's plugin called Syncfusion Calendar. I have a problem where i have displayed an appointment(months view with agenda turned on) but i am unable to click…

Gašper Melanšek
- 3
- 2
0
votes
0 answers
Flutter Sfcalendar month view on web - how to change mouse cursors when it hover on cell
I tried MouseRegion over SfCalendar and in SfCalendar(monthCellBuilder itself) but it doesn't work. MouseRegion doesn't even detect mouse events. How can I change Cursors on the hovering month cell?
Thank you.
(https://i.stack.imgur.com/43Lsi.png)…

Chaiwat K.
- 1
- 3
0
votes
0 answers
Flutter SFCalendar in BottomNavigatorBar causes issues
I have a flutter app in which the Bottom Navigation Bar has the Syncfusion Calendar in one of the tabs.
In the first tab, there is a Floating Action Button which opens a Dialog and has a TextFormField. As soon as the Dialog opens, I get this…

RitikaDesai
- 35
- 5
0
votes
0 answers
syncfusion_flutter_calendar data mapping
I'm new to flutter and stuck at a point where I can't think of solving this issue.I'm using this plugin syncfusion_flutter_calendar to display a calendar where people can view their scheduled jobs.I need to display the scheduled days data to this…

Hankoo
- 1
- 2
0
votes
0 answers
Changing SyncFusion Flutter calendar language
I am trying to include SyncFusion Flutter calendar in my Flutter app.
I need to change the locale for the calendar.
I have included following code just inside the MaterialApp widget
child: MaterialApp(
localizationsDelegates: [
…

mvasco
- 4,965
- 7
- 59
- 120
0
votes
0 answers
SyncFusion Calendar Flutter widget unclear how to test it
I used the widget to build a basic application for self learning purpose. I would like to widget test what I am done but there's something unclear to me on the topic. In the widget test I wrote this:
// Render the widget.
await…

Momo
- 345
- 1
- 5
- 16
0
votes
1 answer
How to disable SfCalendar horizontal swipe
I'm using the Flutter event calendar day view of SfCalendar version 20.3.48. I want to disable the horizontal swipe feature of the widget, only event calendar for a day is required.
SfCalendar(
view: CalendarView.day,
…

Chethiya Nishanath
- 123
- 9
0
votes
0 answers
How to call a method - Flutter
I have a class EventProvider of list of events. Within this class there is a method getDataFromWeb() for fetching list of events from a URL.
import 'dart:convert';
import 'package:calendar_app/model/event.dart';
import…

bongoclavour
- 25
- 5
0
votes
2 answers
FormatException (FormatException: Unexpected character (at character 1)
I am trying to get data from a json from a link and decode it to display data in a calendar, so it worked fine until this error appears in this line
dynamic jsonAppData = convert.jsonDecode(data.body);
Which trows this:
Exception has occurred.…

Adán Alvarez
- 3
- 2
0
votes
1 answer
how to change the text of header(month) of SfDateRangePicker widget - Flutter
I want to change the text of the header(month) cell. this text!

mazen eldeeb
- 3
- 1
0
votes
1 answer
Uncaught TypeError: Cannot read properties of undefined (reading 'replace') in Syncfusion Gantt
I'm using the GanttComponent (from @syncfusion/ej2-react-gantt) in my app inside one of my react stateless component functions since quite a long time without any issue.
My teammates keep changing other parts of the app (including the package.json…

Bardelman
- 2,176
- 7
- 43
- 70
0
votes
1 answer
ej2.syncfusion Calendar Schedule Header
Can we edit Header of the scheduler from one position to other or can we Edit Tag?
I want header should look something like .
But in ej2.Syncfusion Calendar Schedule We get Header like.
1 1st image is the what, I want to achieve.
2 ej2.Syncfusion…

prathamesh
- 9
- 1
0
votes
2 answers
SyncFusion calendar does not appear
I watched a video about Syncfusion Calendar, and while it worked as an independent widget, it kind of never works when we tried implementing it for our application. It yields us with either a blank screen or the Appbar and the FloatingActionButton…

bayleaf03
- 27
- 1
- 6
0
votes
2 answers
Flutter CircularProgressIndicator on top of syncfusion_calendar
I am struggling with correct futurebuilder positioning for last few days. Im using syncfusion_calendar package to display json data from my API, where i call a new reqest to API every time user changes calendars month. The problem is that user is…

Maris S.
- 51
- 1
- 12
0
votes
2 answers
Posting back value after Syncfusion DateRangePicker is changed
I am using the Suncfusion DateRangePicker control in an AspNet Core Web Site. The page in question is readonly display of some data that is control by a data window, hence the DateRangePicker.

Pat Long - Munkii Yebee
- 3,592
- 2
- 34
- 68