I was able to successfully implement Adam's solution of dynamically creating the editors at run time, which was great for performance optimization btw, but now I'd like to know what the best method is for updating dynamic editors?
should I create hiddenfieldvalues and my own save method ?
I found this post, but it was left unanswered.
thanks