The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hello,
I am using a dataBound grid and in the initializer method, I am specifying a large number of columns to hide. What I have is about 30 columns, but when the form initializes I want the user to only see 7 columns.
Here is the kicker, if the width of all of the columns does not cover the entire space that the grid is supposed to occupy, the entire grid dissapears (including columnHeaders, RowHeaders, scrollbars, etc.) as if the control didn't exist at all.
In my example, I have set the grid to Dock.Fill in a panel. I got the error to occur where upon initilization I see a flash of the grid control's scrollbars and then it dissapears. I then manually commented out individual lines of code that were meant to cause columns to be hidden. I kept allowing more an more columns to be unhidden and eventually figured out that the grid will initialize and stay visible as long as all the columns cover the width of the panel.
So if I only had 5 columns, and there was blank space off to the right, then during initilization the grid dissappears. I can hide and show columns all day long during runtime and the same bug does not occur.
If someone can help me with this problem it would be greatly appreciated.
Thanks for your time!
~Bryan