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

[Solved] Insert Row is readonly

1 Answer 124 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Berthold
Top achievements
Rank 1
Berthold asked on 06 Oct 2010, 08:21 AM
Hi,
I use DomainDataSource an RIA to display and editing data.
Change values works fine so far, whereas insert row is readonly.
Here is my GridView-Definition:

 

 

 

<Controls:RadGridView MaxHeight="550" Grid.Row="1" ShowInsertRow="True" VerticalAlignment="Top" RowIndicatorVisibility="Collapsed" SelectionUnit="FullRow"

 

 

 

ItemsSource="{Binding Data, ElementName=schuleDataSource}" IsBusy="{Binding IsBusy, ElementName=schuleDataSource}" MinHeight="100" IsReadOnly="False" ShowGroupPanel="False" AutoGenerateColumns="False" CanUserFreezeColumns="False" IsFilteringAllowed="True" telerikGridViewHeaderMenu:GridViewHeaderMenu.IsEnabled="True">

 

The first row is empty - even without column borders. It seems something goes wrong. 
I have NO code behind to handle beginInsert or something like that (do I need this?)

The first column contains the primary key - readonly for update but of course writeable for insert. 
Could that be a problem?
Thanks
Berthold
 

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 06 Oct 2010, 12:08 PM
Hi Berthold,

I could not reproduce the problem in a simple project. Please find it attached.

Let me know what is different in your case.

Best wishes,
Veselin Vasilev
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
Tags
GridView
Asked by
Berthold
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or