Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Larry,
I'm glad you figured out your event handler problem. As for tutorials, we're adding a section to the "Getting Started" in the documentation that is titled "Tutorials," so, they're on the way. As for the changed events, we put them in there for that exact purpose. Also, if you want complete bi-directional binding, you have to use the "Changed" events so that when you set the field property in code, the changed event gets raised and the data is pushed out to the control.
|