i have a VS 2005 VB.Net application with WinGrid v 7.3.20073.1043
I have added a dropdown to the form which i populate from a data source object.
it is then a reference to a field in a grid as a dropdown for a cell. When i run the program, the cell functions properly. The dropdown allows me to select the item and it updates the grid.
however, my customer cannot select a value. She can click on the dropdown which displays the values, but she is unable to select an item.
this is quite a problem for them. Any suggestions?
She is running on Windows XP Pro, I am running Vista. I can run it on their Windows 2003 server and it works fine.
Thanks, Harold
The only speculation I can offer given the lack of details here is that the application is running under limited trust, i.e., in a browser where the code doesn't have top-level window permissions.
THe customer's admin has informed me that the users are "Power Users" and the next level would be Admin. They obviously don't want to set Admin privileges for all users.
You mentioned a lack of details, what other info would be helpful?