This is a migrated thread and some comments may be shown as answers.

[Solved] GridDateTimeColum ReadOnly property not respected on MasterTableView

2 Answers 118 Views
Grid
This is a migrated thread and some comments may be shown as answers.
EmpowerIT
Top achievements
Rank 2
EmpowerIT asked on 16 Jan 2008, 12:53 AM
Hi,
I've got a hiearchial rad grid and i've noticed that with my DateTime columns, the ReadOnly property is not being respected on the MasterTableView level. The detail tables have these columns and the readonly property is being respected

The readonly property seems to work for the other types of columns i've used (databound, checkbox, dropdown list)

This is my definition of the column:

 <telerik:GridDateTimeColumn ReadOnly="True"  
CurrentFilterFunction="NoFilter"  
DataField="DueDateTime" FilterListOptions="VaryByDataType" 
ForceExtractValue="None" HeaderText="Due Date"  
SortExpression="DueDateTime" UniqueName="DueDateTime"  
DataType="System.DateTime"  DataFormatString="{0:d}"
</telerik:GridDateTimeColumn> 

Thanks,

2 Answers, 1 is accepted

Sort by
0
EmpowerIT
Top achievements
Rank 2
answered on 17 Jan 2008, 06:13 AM
I think I've tracked down the bug. The read only property of a GridDateTimeColumn  is not respected if the EditMode for the table is InPlace. It is respected if the edit mode is EditForms

Is this correct?
0
Sebastian
Telerik team
answered on 17 Jan 2008, 08:15 AM
Hi EmpowerIT,

Indeed this was an issue with the Q3 2007 release of RadGrid Prometheus, however the problem should be solved for SP1 released several days ago. Please migrate to the latest version of our Prometheus package and let us know whether this eliminates the problem.

Best regards,
Stephen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
EmpowerIT
Top achievements
Rank 2
Answers by
EmpowerIT
Top achievements
Rank 2
Sebastian
Telerik team
Share this question
or