python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Undefined name 'TextSearchOption' FusionSync Flutter PDF Viewer
I wanted to load a PDF in my application. For this, I used the SyncFusion PDF Viewer plugin. Everything worked perfectly till this error came up when I tried to add a search bar
Undefined name 'TextS...
Amalbacker Fysal
Votes: 0
Answers: 1
type 'Future<List<ChartSeries<BarChartModel, String>>>' is not a subtype of type 'List<ChartSeries<dynamic, dynamic>>'
I'm having a problem using Firestore and Syncfusion Flutter Charts in Flutter.
I'm querying from firestore some documents, awaiting the result so the function must be a Future, but I need it to be a L...
carloberd
Votes: 0
Answers: 2
Radzen DataGrid - use data annotation for column heading
I am using data annotation in my models:
[Display(Name ="First Name")]
public string? First_Name
If I use Syncfusion DataGrid, that picks up the annotation and uses it for my column heading...
SkinnyPete63
Votes: 0
Answers: 0
Is there some way with dapper object in object to load in sfdatagrid?
I am using Dapper and when i execute query and load to SfDataGrid only show results from first table.
Model:
public class Users
{
public int id { get; set; }
public string name { get; set; }
...
Kofa
Votes: 0
Answers: 1