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

[Solved] Cell EditMode Issue in Q3 2009

1 Answer 54 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.
Alfa
Top achievements
Rank 1
Alfa asked on 19 Nov 2009, 05:54 AM
HI,
In my application, i want to send the current cell in edit mode.
For that, in CurrentCellChange event I made the NewCell in edit mode
void RadGirdView1_CurrentCellChanged(object sender, GridViewCurrentCellChangedEventArgs e)
{
e.NewCell.IsInEditMode = true;  
}
It was working fine in Q2,2009 but in Q3,2009, 
when I click in different cell on every click next cell goes in edit mode till it reaches the cell I am clicking in.

So, If I click first cell on grid load and after that start clicking in last cell of grid. every cell goes in edit mode one-by-one.

Is there any fix for it?

Rgds
Alfa

1 Answer, 1 is accepted

Sort by
0
Accepted
Milan
Telerik team
answered on 19 Nov 2009, 01:34 PM

Hi Alfa,

We have logged the issue and we will fix it as soon as possible. Luckily there is a very easy workaround - we have introduced a new property or RadGridView which controls the triggering of the edit mechanism. If you set the EditTriggers property to CellClick you will be able to edit cells by just clicking on them.

Hope this helps.


Best wishes,
Milan
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
Alfa
Top achievements
Rank 1
Answers by
Milan
Telerik team
Share this question
or