Questions regarding the Blazor components created by Syncfusion.
Questions tagged [syncfusion-blazor]
29 questions
1
vote
0 answers
how can we make filestream from a ref variable of a syncfusion pivot table
Iam working on Visual Studio 2022,Syncfusion blazor c#.I have a pivotTable and pivotchart in a single razor page I wanted to export both in a single file. So for achieving that an we able to get filestream from ref variable of pivot table. Please…

SHUHAIRA K.A
- 11
- 1
1
vote
1 answer
SyncFusion: SfUploader
The SfUploader component from SyncFusion seems to have a lot of great built in features, however it seems to be missing one key one, and that is to send metadata along with the file.
To start, I'm working with .Net 6 and Blazor WASM. I've followed…

Kevon
- 984
- 8
- 28
1
vote
1 answer
when i add a new record automatically it save just one record
I have a syncfusion data grid , I want when I save a record automatically adds new record
I wrote the code but it implement just one time then it adds a new record without save the previous record
this is my code:

Haneen Al-fakhry
- 31
- 5
1
vote
0 answers
Syncfusion SfDataManager - Get loaded data
Can anybody show me an example, how it is possible to retrieve remote data via SfDataManager. I'm receiving the data, but I want to do some minor modifications to it before displaying it in a grid. Currently the data is displayed as it comes…

Doc
- 401
- 3
- 12
1
vote
1 answer
Detect valid status of a field in Blazor
I have a fairly simple edit form in a dialog box in Blazor server app. Added validation to it and it is working nicely.
I dislike fields jumping around when displaying validation messages (see below). Would like to have extra space below the fields…

Bryan Schmiedeler
- 2,977
- 6
- 35
- 74
1
vote
1 answer
Update SyncFusion Grid after backend data source has changed
I have a SyncFusion data grid tied to a backend SQL database. My crud actions are called through custom buttons that call a dialog box.
This works nicely except that the grid is not updated with the backend data after an add/edit/delete. I have…

Bryan Schmiedeler
- 2,977
- 6
- 35
- 74
1
vote
1 answer
Blazor w/Syncfusion - Microsoft.JSInterop.JSException: Could not find 'sfBlazor.methodCall' ('methodCall' was undefined)
Attempting to use the PDF Viewer (server) and keep getting the above error in the browser console. It was working up until today and there is not a lot of code that goes with it. Has anyone encountered this before?

Tim Southard
- 604
- 4
- 16
1
vote
0 answers
Syncfusion Rich Text Editor in Blazor taking time to load
I am using a sync fusion rich text editor and in the model I am using string property to bind the value, the problem which I am facing is, it's taking 8-10 seconds to load even after the entire form loads and I have to wait till the rich text editor…

Bhargav Konda
- 169
- 1
- 9
1
vote
2 answers
SfGrid RowSelection event handling reloads data
I have the following code in a Razor component:

Nestor
- 8,194
- 7
- 77
- 156
0
votes
0 answers
How to export Syncfusion blazor pivot table and pivotchart in a single pdf page using Visual Studio 2022
I have a pivot table and pivotChart in a single razor page. I wanted to download both into a single file. I am using ExportToPdfAsync and ExportToChartAsync function to export the table and chart respectively. But now it is downloaded as 2 separate…

SHUHAIRA K.A
- 11
- 1
0
votes
2 answers
How do I label a desaturation colour map from a sublayer?
I'm trying to overlay a desaturation colour map of simulated pollution levels onto a city map (from OpenStreetMaps) in Blazor using Syncfusion Maps, but the legend has stopped displaying.
I'm fairly certain the issue is to do with the colour map…

gro66
- 1
- 2
0
votes
1 answer
Syncfusion UploadChangeEventArgs
I tried to get the FilePath dynamically on user's selection. Syncfusion documentation says that var path = file.FileInfo.FileSource gets the filepath selected by browser, however it returns null.
What is the way to get the file path dynamically not…

Urgen
- 1,095
- 3
- 19
- 39
0
votes
1 answer
SyncFusion Blazor AutoComplete does not accept space in input
I bind an autocomplete to list where the data is retrieved by API, on entering values in the input it seems that it does not accept space. Every time I press space, it looks like the control is "searching" but the space is not accepted in the input,…

Kman
- 4,809
- 7
- 38
- 62
0
votes
1 answer
How to fetch the Entire row data After clicking context menu in Sync Fusion Grid?
I have scenario where there is a SyncFusion grid with 6 columns. Once user click on the ContextMenu for the a row, i need to fetch all the Row data. how to do the same? Reference grid & context menu as shown below.

lokanath das
- 736
- 1
- 10
- 35
0
votes
0 answers
Syncfusion flutter: how to use plot bands with chart controller
I would like to have chartSeriesController, so that I don't have to update state whenever new data arrives.
I'm using chartSeriesController, and it works ok. State doesn't get updated for data points (which improves performance drastically), but…

May
- 93
- 7