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
370
UltraGrid Behaves Differently on Win7 32 bit vs 64 bit when using BeginUpdate
posted

Hi,

I have a data grid that binds to a dataset. When user double click on it row, it opens a modal window which has textbox fields which allow user to update data. The textbox (custom control) and the data grid are data binded to the same DataSet and therefore both would update the same time.

I want to update the gird only if the user close the window. So I used the ultraGrid.BeginUpdate() and EndUpdate() to prevent it from refreshing.

This works fine on my Windows 64 bit machine. However when the QA test this on Win 7 32 bit, the BeignUpdate() stopped the grid(s) from  redrawing itself. Here is the screenshot of what happen:

Thanks