search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Problem with Datafield and read only

Asked by LouLou
14 years ago.

Hi. I've been working from your tutorial and adapting things and run into a real head scratcher. When I make a datafield readonly it stops working. For example

This works
<asp:BoundField DataField="Job_ID" HeaderText="Job ID" SortExpression="Job_ID" />

This doesn't
<asp:BoundField DataField="Job_ID" ReadOnly="true" HeaderText="Job ID" SortExpression="Job_ID" />

I know this is probably to do with the pop up rather than the calender but any ideas where I'm going wrong!!?

Thanks

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.