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
95
UltraDropDown in WinGrid Doesn't Appear to Deployed Machines
posted

I have an ultradropdown control embedded into a column on a wingrid control.  This feature works great on our development machines.  However when I deploy to end users the drop down does not appear in the grid.  It is if it never existed.  All end users are employee's on our networks.  It's distributed as a clickonce windows forms app.  Has anyone encountered this before or know why the drop down wouldn't appear to end users?

  • 95
    Verified Answer
    posted

    Thankfully I found the problem and solution.  On my wingrid I set column level permissions for different users to update data.  So some users can update a column and others cannot.  For those users where I disallowed updating of the column (I set the readonly to true) they were not able to see the drop down.  Problem solved!