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
85
Hide dropdown button when mouseover DateTime cell that can't be edited
posted

Is there a way to hide the dropdown button that shows up on the right side of a cell that is a DateTime type?  The user is able to select the row, but not edit any of the data in the grid.  I've set the AutoEdit property to false which prevents the date picker from coming up when you click on the dropdown button, but I would rather that it not show up at all.

Thanks,

Ryan

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi Ryan,

        AutoEdit doesn't have anything to do with whether the user can edit a cell or not. You need to set the Activation property on the cell. Setting Activation to Disabled should prevent the dropdown button from displaying. There may be other settings that works, too.  

Children