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
135
grid does not show data on one PC
posted

i have version 12.1.   i have several forms with ultrawingrids in my applications. all applications work fine except one and only on one customer's one PC. that PC is a Windows 7 Ultimate 32 bit machine. the grid itself is  visible along with column headings and the filter row. the application has several grids and all other grids work fine. no errors are given by the application. this behaviour is on this one particular PC only. i have uninstalled and reinstalled the application several times with no change.  any suggestions?

  • 469350
    Offline posted

    Hi Bill,

    My guess is that this this issue has nothing to do with the grid, but instead it might be that the machine in question is unable to access the data for some reason.

    I say this because there has never been a bug in any version of the grid where it simply didn't show any data at all.

    Where is your data coming from? If it's SQL Server, then my guess is that this might be an issue of permissions.

    Perhaps you could try sending your customer a modified version of your application as a test which displays the number of rows in this particular grid's Data source. My guess is that it will be 0. You should probably display the columns, as well, just to it down. As a further test, you could try putting a DataGridView on the form and bind it to the same data source as the WinGrid and see if it shows any data. 

  • 53790
    posted

    Hello Bill,

    It is difficult to guess what could be the reasons for mentioned behavior, but looking at the provided information,  I think that  maybe you are using Save/Load layouts methods of your UltraGrid. If so, the user could save specific UltraGrid`s layout (with mentioned look and feel, filter rows and so on )and each time when run this WinForm to load this layout.

    Please check this possible reason and let me know if you have any further questions.

    Regards