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

[Solved] start cell edit from code

1 Answer 148 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.
h g
Top achievements
Rank 1
h g asked on 11 Nov 2010, 01:18 PM
How can I start a cell edit from code for example radGridView.Edit(10,2) where 10 is the index of row and 2 is index of column?

1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 11 Nov 2010, 01:22 PM
Hello h g,

The method you need is RadGridView.BeginEdit(). This will force the current cell to enter edit mode.

This means before calling BeginEdit, you need to set the current cell e.g. http://www.telerik.com/help/silverlight/gridview-how-to-set-current-cell.html

Sincerely yours,
Pavel Pavlov
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
h g
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or