This question is locked. New answers and comments are not allowed.
Hello again,
I have more less code something like this:
<telerik:RadGridView> <telerik:RadGridView.Columns><telerik:GridViewDataColumn UniqueName="Title" />
<telerik:GridViewHyperLinkColumn UniqueName="Link" IsReadOnly="True" /> </telerik:RadGridView.Columns>
</telerik:RadGridView>
So it is a grid with has two columns text and hyperlink. I would like to block editing of hyperlink column. When user is adding or editing row even the IsReadOnly column is set he still is able to modify it. Is it a bug or a feature?