This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello Chris Thanks for the repro project. This issue will be resolved in the next nightly build. -Jason Fauchelle |
|
|
Hi Jason I have tested the latest nightly but there are still some issues. If the grid is not visible (e.g. in another tab) when a new column is added the following issues occur: 1) The horizontal scrollbar is not updated so it is not possible to scroll to the new column. 2) Changes to the column header are not refreshed. The above two issues do not occur if the grid is visible at the time of updating. Thanks Chris |
|
|
Hello Chris Thanks for pointing this out. The scrollbar issue will be resolved in the next nightly build. I'm not sure what you mean by changes to the column header. I thought you might mean the header text, but that seems to be working fine. Please clarify what you mean here and I'll have a look. -Jason Fauchelle |
|
|
I'm talking about the header text. Using a TabControl with two tabs, add the grid to the first tab and add two buttons to the second tab. On the click event of Button1 add a new column with ".Header = null" to the grid. On the click event of Button2 change the column header text e.g. ".Header = "test". Run the app, switch to the second tab and click Button1. Switch back to the first tab to view the new column. Switch back to the second tab and click Button2. You will see that the column header text is not updated. |
|
|
Thanks for the clarification, this still seems to be functioning correctly at my end though. Try the next nightly build and see if the problem still remains - if so, we'll look into it further. -Jason Fauchelle |
|
|
Hi Jason I have attached a repro project using the latest nightly build. Run the app and do not resize the window. Switch to the second tab and click the "Add Column" button. Switch back to the first tab and you will see that the scrollbar is not visible/updated so it is not possible to scroll to the new column. Resize the window so you can see the new column. Switch back to the second tab and click the "Update Header" button. You will see that the header is not updated. Thanks Chris |
|
|
Thanks for the repro project Chris Apologies, I had committed the code to version 6.0 but missed out on version 7.0. Both these issues will be resolved in the next nightly build of version 7.0. -Jason Fauchelle |
|