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.
Hey,
I have a GDBG bound to a regular ole dataset with a date column. After the data binding takes place, naturally this column is formatted with a series of date controls. It turns out on this particular screen, this column is read only. Since its read only my users have the following request.
They want the drop down arrow not to show up. Which just means they want the text formatted as a date, but they dont want the date cell control.
I attempted to accomplish this by setting the colstyles celltype for this column to static. This was unsuccessful. Any suggestions?!
JF
ADAdministrator Syncfusion Team October 11, 2004 11:30 AM UTC
You can try this.
Leave it as a MonthCalendar cell, but set the style.ShowButtons = GridShowButtons.None for the column. You can also set style.ReadOnly = true to prevent then from typing into the cell.