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.
Hi,
how can I tell a column that holds only the values 0 and 1 not to render as Boolean Column showing a combobox with true/false choice. I want to render it as int. I already set this in design view telling CellValueType to be an int32 but this doesn''t help. What do i need to do ??
Thanks
ADAdministrator Syncfusion Team April 11, 2005 01:13 PM
If you upgrade to 3.2, then these cells should default to checkboxes. If you do not want them to be checkboxes, then in addition to setting CellValueType, also set CellType = "TextBox" (or "Static" ).