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
280
Disabling a Valuelist Temporarily
posted
Anyone know how I can disable a valuelist temporarily? I’m using the AutoSizeEdit Property of my cell in my grid to popup a bigger sized box to edit in. However, since this cell has a valuelist it kinda acts funny. For example, when the user presses the up arrow it selects another value from the valuelist rather than moving the cursor up a line. Additionally, the field autocompletes if they type something similar to the values in the valuelist. Any suggestions will be greatly appreciated!
  • 469350
    Offline posted

    You could detach the ValueList from the column using the column's ValueList property. You would just set it to Null and then set it back to the actual ValueList when you are done. I'm not sure how you would know when to do this, though.