JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Data binding of grid component › Reply To: Data binding of grid component
December 3, 2020 at 5:11 pm
#101209
admin
Keymaster
Hi,
You can access the datasource members by index and there is also a length property i.e quite easy an artay can be retrieved by just looping through the datasource with for i = 0 to datasource.length.
Regards,
Peter