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
950
Ultrawingrid cells and columns dissappear
posted

Hi,

I have a problem with a client installation. All other ultrawingrids display correctly except from this one.
It does not display columns or cells.

The first grid is how it looks to the problematic client and the other grid is how it looks on all other clients (correctly). We have more than 30 installation of the specific application and only this customer has this problem. The client has 3 pcs all with different OS (XP, Windows 7) and all have the same problem.

Parents
  • 469350
    Offline posted

    Where is the grid's DataSource coming from?

    My first guess would be that this is not a problem with the grid, but rather with the accessing of the data. If your grid data is populating from SQL, for example, the user's machines might not be able to retrieve the data for some reason.

    As a test, you might try creating a simple application that gets the same data and binds it to the DataGridView, or a ComboBox, just to see if the client machines can get the data.

     

Reply Children