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
296
How do I turn off dropdown when grid's cell is Date/Time?
posted

I'm using an UltraWinGrid v8.2

I'm setting the datasource of the grid equal to a generic list of objects (entities).  I've got the grid configured to be read only.  No values can be changed

One of the properties of each entity is of type DateTime.  This sets the corresponding column in the grid to behave like a UltraDateTimeEditor.

My problem is that when a cell located in the column described above receives focus, a button appears that when clicked a calendar appears for date selection. 

How do I make this button go away?