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
60
Show Scrollbar while Ultragrid Not Enabled
posted

I'm new-ish to ultragrid so I don't know a whole lot. I have a defect where the scrollbar is not appearing when the ultragrid is not enabled so we have some records being cut off. ultragrid.Enabled = false but the scrollbar is not showing. I found somewhere that you can change the scrollbar to show if the column is in edit mode, but I don't want the column to be in edit mode. A 'hackish' way to get around it is to do ultraGrid.DisplayLayout.Override.AllowUpdate = false, but that doesn't seem right. It also makes the grid appear editable when it's not and it'll be confusing to the users. The only way I can think of is to put AllowUpdate to false and change the appearance of the grid, but there should be an easier way. 

Parents Reply Children
No Data