Hi,
In general the nested repeater inherits few things from the parent control. Anyway, you can try setting the "DelayedLoading" property of the nested repeater to true to give it more time when loading the data. If this will not help, then I would recommend creating a fully custom user control which will display the data you need.