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

RadGridView not editable

2 Answers 254 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 22 Nov 2016, 12:12 PM

hi

I have a simple WPF project and an in-memory observable collection bound to it from here:
http://docs.telerik.com/devtools/wpf/controls/radgridview/populating-with-data/in-memory-date

The IsReadOnly property is set to False. When I click a cell it simply turns white (loses the content) and is read-only.

What am I missing here?

Regards,
Michael

2 Answers, 1 is accepted

Sort by
0
Accepted
Stefan Nenchev
Telerik team
answered on 23 Nov 2016, 08:53 AM
Hello Michael,

Please make sure that you have references to all the required binaries. As advised in the Getting Started article of the RadGridView, you need to add the following references:

Telerik.Windows.Controls
Telerik.Windows.Controls.GridView
Telerik.Windows.Controls.Input
Telerik.Windows.Data

Furthermore, if you are using the Implicit Styles approach for your application, you need to make sure that you have merged all the required XAML files in the application`s resource dictionaries. 

I have added a sample project that uses the NoXaml binaries for your reference. 

Regards,
Stefan Nenchev
Telerik by Progress
Telerik UI for WPF is ready for Visual Studio 2017 RC! Learn more.
0
Michael
Top achievements
Rank 1
answered on 08 Dec 2016, 01:35 PM

Hi

That was it, thank you.

Maybe add the addition of references at said article above, too?

Regards,
Michael

Tags
GridView
Asked by
Michael
Top achievements
Rank 1
Answers by
Stefan Nenchev
Telerik team
Michael
Top achievements
Rank 1
Share this question
or