[CLOSED] UserControlRendererConfig RenderModes

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] UserControlRendererConfig RenderModes

    I've found that UserControlRenderConfig.RenderModes do the following:
    • Replace - replaces the parent control with the added control
    • AddTo/InsertTo - replaces the parent's child with the new usercontrol


    But there is no way to AppendTo or InsertWithin. The client may already have added a control or two on the client-side, but these will get overwritten with AddTo or InsertTo (because the server doesn't have access to these items). I should be able to click a button, and add an unlimited number of new controls to the client without replacing the ones on the client already present.
    Last edited by Baidaly; Dec 17, 2013 at 8:40 PM. Reason: [CLOSED]

Similar Threads

  1. [OPEN] [#403] UserControlRendererConfig does not render some controls
    By michaeld in forum 2.x Legacy Premium Help
    Replies: 15
    Last Post: Dec 18, 2013, 2:13 PM

Posting Permissions