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
160
Postback changes text to ids
posted

Hi, 

  I have a webgrid that has several fields with a combo editorcontroller to edit it.  sometimes when I postback to update the database, when it comes back, I see the ID number for the field instead of the text. I have the controller's datatextfield and datavalue fields set properly.  this only happens after the postback to rows other than the ones I just updated. it doesn't necessarily happen to all the other rows either.  I'm out of ideas for what the problem could be.  let me know if there's more information I could be providing.

Thanks in advance!

 - Sarah

Parents
  • 28464
    posted

    From the description this seems like an intermittent issue that might be hard to reproduce or diagnose on forums without the actual code. There might be some additional third party tool like AJAX toolki, UpdatePanel... something else in the code that makes that happen. This can also be related to versions (e.g. version of NetAdvantage, version of.NET, etc)

    I believe in cases like that, the fastest way to proceed is to contact Developer Support directly via this link

    http://devcenter.infragistics.com/Protected/SubmitSupportIssue.aspx

    If you have a small subset of your project reproducing the issue, it will be much easier for them to figure out what is going on, since from what I see this one might be hard to reproduce.

Reply Children