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

Cell Readonly property programmatically

2 Answers 125 Views
GridView
This is a migrated thread and some comments may be shown as answers.
saurabh
Top achievements
Rank 1
saurabh asked on 09 Nov 2010, 06:31 PM
hi,

We want functionality to make some cells readonly from gridview column.

The IsEnabled property disables complete row with gray background. We want to provide different colors to cell background at runtime.

Is there any property like readonly for cell/ row so we can assign property programmatically?
Please provide suggestions to achive this.


Thanks,
Saurabh

2 Answers, 1 is accepted

Sort by
0
Accepted
Maya
Telerik team
answered on 09 Nov 2010, 06:41 PM
Hello saurabh,

You may take a look at this forum thread that provide explanations as well as sample project about the IsReadOnlyBinding.
 

Sincerely yours,
Maya
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Karan
Top achievements
Rank 1
answered on 29 Nov 2011, 09:09 PM
Hello Maya, 
I am working with WPF RadGridView and there the GridViewDataColumn does not have IsGridViewCellReadOnly property.
I want to gray out certain cells which are readonly in a row. I am using ReadonlyBinding. But I do not understand why GridViewDataColumn of silverlight has this property and WPF does not...
Tags
GridView
Asked by
saurabh
Top achievements
Rank 1
Answers by
Maya
Telerik team
Karan
Top achievements
Rank 1
Share this question
or