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
570
UltraWebGrid and FormView
posted

There are one UltraWebGrid and one FormView(include objectDataSource) in test.aspx.  I found a problem, the FormView can disappear when I operate FormView.  For example, I click the FormView's edit linkbutton.  I try put UltraWebGrid and FormView into two different UpdataPanel, the problem is not appear.  I try put FormView into UpdataPanel and UltraWebGrid don't in UpdataPanel, the problem is also not appear.  I don't know why happen this problem?  Please give me some advice.

Parents
No Data
Reply
  • 28464
    posted

    Hello,

    It is a bit hard to get the whole scenario in details, but from what I can infer, you may need to rebind the FormView upon each event (e.g. initial load, edit, etc) -- the problem might be related to that.

    If this does not help, maybe posting a little bit more information will provide additional clues.

Children
No Data