Make Readonly Readable

Happy New Year.

In a web app I have several fields that should not be changed but need to be read. If I mark them readonly, they won’t be changed; but the gray text makes them very hard to read.

Is there a clever (or even not so clever) way to make readonly with black text?

Read only shouldn’t make them gray. Are you sure you didn’t turn off the Enabled property?

Thanks Greg. That was it.

My framework disable controls after reading the data. It’s been fixed to not disable if the control is readonly.

I think you’re supposed to not be working today!

The whole world is not working, but a certain Greg is ALWAYS working :slight_smile: