|
Group: Forum Members
Posts: 336,
Visits: 497
|
Ok, picture this....I have a form with a bunch of controls bound to a BO. I want to be able to create "templates" of that form which save different user settings. So, I want the user to be able to basically get the controls set just as they want them and click save to save the template to a new record in the BO. If I call the .Add this creates a new record for the template, but clears all the settings to defaults. If I call a .NewRow this does the same thing. I want to create a new row which will take all the user's current control settings and apply them to the new row. Oh, I forgot to mention that I have IgnoreManageReadOnlyState set to True for all of these controls. The user has to be able to use all of them without being in an edit/add state. The only time I want the binding is for creating the settings template.
|