Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
325
Web Panel databinding
posted

I have some controls (textboxes mostly) which have databindings to their text properties.On their own in the EditItemTemplate of the formview everything works fine showing the data and saving data back to the database. However, if I put the same controls onto a webpanel inside the EditItemTemplate they will display the values from the database fine but when go to update the data is seemingly lost and my CSLA business objects are not pciking up any changes.

Just wondering if there's something I can do or need to do to tell the webpanel to update it's databound controls?  Is this even possible with a
webpanel or am I wasting my time?

  • 19308
    posted

    Joffies,

    My guess is that the template that the WebPanel uses creates a break between your bound controls and what's supposed to be the data container (the FormView).  This may be due to the way controls are initialized through the template, in which case this would be something that would have to be addressed from the WebPanel's code.  I would recommend you report this through one of the more formal support channels so that our support team can create a ticket for you and give you a case number to reference, as well as transition this into a bug report for the development team to have a look at.  Support options are listed at http://ko.infragistics.com/gethelp or you can go directly to the online support form - http://ko.infragistics.com/support/submitrequest.aspx

    Hope this helps,

    -Tony