Hi guys,
Is there a way to add a DataRepeaterItem to the DataRepeater without databinding? There is a .AddNew() method but can’t see how to pass a DataRepeaterItem.
Best,
Alex
Hi Alex,
The AddNew() method adds a new record to the datasource.
It would work on a non databound DataRepeater only when it’s in VirtualMode.
Best,
Alaa
//
Please login first to submit.