JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Card View › How to refresh cards without creating new adapters ? › Reply To: How to refresh cards without creating new adapters ?
March 7, 2024 at 3:59 pm
#109933
Markov
Keymaster
Hi,
The only issue here is that since the dataFields are defined in dataAdapter and when you use Array instead of DataAdapter, the data is repsesented as Strings instead of the actual data types. This can be easility solved by using the “dataSourceSettings” proeperty which you can use to define your dataFields and data types.
Regards,
Markov