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
15
UltraGrid Add Separator During InitializeLayout Event
posted

I am trying to add a separator in between columns during the initialize layout event execution. I previously had the code after the Initalize layout was fired, but I wanted to move it bec I saw it have a performance hit which I am trying to improve. When I move it to the Initialize Layout the separator just gets added at the end of the grid and not in between the columns that I set it to. Can you please tell me why this doesnt work and where can I apply the code to add a seprartor to be in between columns. Is there a different event I can use or a property I can set to speed up rendering? Thaks