views:

321

answers:

1

From a customer site we have a screenshot of one of our DevExpress date controls (DateEdit) showing the text 'Restricted' where the date is normally shown, has anybody seen this or know why it might happen.

We've been unable to reproduce this in-house, I thought it might be the NullText for the control, but that just sets the control to the current date and the database field that it is reading from is not nullable so I don't believe that is the problem. I've searched the DevExpress site but nothing there.

The field is also disabled for the user so they can't have set it themselves.

A: 

I'm using this control too, but I've never seen this problem... Have you tried to disassemble the DevExpress assembly and look for this "Restricted" string ? It might give you a clue to why you're seeing this...

Thomas Levesque
No I haven't tried that yet. I think I might post a question to DevExpress first.
Jiminy