DataRepeater add item without databinding

0
0

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

  • You must to post comments
0
0

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

//

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.