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

Edit behavior

3 Answers 147 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Build-dude
Top achievements
Rank 1
Build-dude asked on 30 Sep 2009, 05:47 PM
I am looking for a way to make the gridview go directly into edit mode when the cell is clicked on.  I also need the up and down arrow to move the selected row/cell

3 Answers, 1 is accepted

Sort by
0
Nedyalko Nikolov
Telerik team
answered on 01 Oct 2009, 04:02 PM
Hi Aaron Fischer,

Version from the latest internal build program introduces a property EditTriggers available both for RadGridView and GridViewDataColumn. Setting this property in a following way will enable single click editing:

<telerik:RadGridView x:Name="radGridView" EditTriggers="Default, CellClick" .../> 

Unfortunately the second requirement (keyboard navigation) is a known issue. Fix for this will be available with the next official release (2009.Q3). Sorry for the inconvenience caused.

Sincerely yours,
Nedyalko Nikolov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Jonathan Rajotte
Top achievements
Rank 1
answered on 23 Dec 2009, 06:27 PM
Is the issue with arrow navigation has been fixed?

Also, if only by pressing the down or up arrow, does it puts the new focused cell in edit mode automatically?
0
Stefan Dobrev
Telerik team
answered on 29 Dec 2009, 09:49 AM
Hello Jonathan,

We are currently working on this issue. We are targeting our service pack 2 release to include this functionality.

Best wishes,
Stefan Dobrev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Build-dude
Top achievements
Rank 1
Answers by
Nedyalko Nikolov
Telerik team
Jonathan Rajotte
Top achievements
Rank 1
Stefan Dobrev
Telerik team
Share this question
or