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?
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!