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
160
Notification when a column was added
posted

My question is related to the fact, that I missing feature in the UltraGrid which will work similar to "Enabled" property but when it set to false it will not disable the scrollbars. The problem with DisplayLayout.Override.AllowUpdate is that the grid actually doesn't look as disabled and it even allows entering cells to the edit mode which is very user unfriendly. Can you please add the feature request?

So for now I try to implement this functionality by myself but I have a problem that when column is being added to the grid which is "disabled" (I set all columns' CellActivation to Disabled) it is "enabled". I found that there is SubObjectPropChangeEvent being fired from ColumnsCollection, but I don't see how to determine the new column. (In case of add it is possible - it will be the last one, but what to do with insert?)

Regards,
Maxim Golubitsky. 

Parents Reply Children