Error in DataRepeater: CurrentItem , DisplayedItems, Tools...

Answered
0
0

Good afternoon…

I have problems with the “CurrentItem” property of the DataRepeater… it only gets value when the object is 100% created and visible to use…

The “DisplayedItems” property never indicates the contained DataRepeaterItem…

You can add the “Tools” property to DataRepeater like the DGV has…

Greetings and thanks
Jack…

  • You must to post comments
Best Answer
0
0

There is no error.

CurrentItem refers to the current item while DisplayedItems is the collection of items displayed.

If the DataRepeater is not visible, it’s not populated therefore there is no current item and no displayed items. It’s by design.

 

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.