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
300
Value in a dropdown reverts to original after user changes
posted

 I have a grid set up with some cells set to style = dropdownvalidate with some valuelists behind them.  They work perfectly unless I set a value at run-time before showing the grid.  If I do this, and you try to change the value using the dropdown, it will change but then after the cell loses focus, the value reverts back to the original.  I've messed with this for a while now and am stumped.

Parents
No Data
Reply
  • 469350
    Offline posted

    It's tough to sy without seeing it in action. But usually, if the cell reverts to the old value, it's cause of a data type mismatch of some kind. Like if the user enters a string value into a numeric column and the ValueList fails to find a match, the data source will reject the value. 

    If that's not very helpful (and I suspect it probably isn't in this case), then I recommend that you try to reproduce the issue in a small sample project and Submit an incident to Infragistics Developer Support so they can check it out. 

Children