Welcome to the ASP.NET Web Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Web Forms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I have a boolean (bit) field displaying in a grid. If the first row of data in the grid contains a NULL in the bit field, the grid displays "true" or "false" spelled out as text. If there is a 0 or 1 in the first row, the grid displays graphical checkboxes. This existed back to at least version 17 of the control as well.
Code to bind data to the grid:
GridSearchResults.DataSourceID = "GridSearchResultsDataSource"
GridSearchResultsDataSource.ConnectionString = ConfigurationManager.ConnectionStrings("strDBConnection1").ConnectionString
GridSearchResultsDataSource.SelectCommand = strSQL
GridSearchResults.DataBind()
Development on Windows 10, IIS Express
Production on Windows Server 2016
Data is coming from Microsoft SQL Server