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

InCell edit selecting the current value

1 Answer 147 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Maurice
Top achievements
Rank 1
Veteran
Maurice asked on 24 Nov 2016, 10:39 AM

I have a grid with all numbers (double) which is editable with 

.Editable(editable =>
{
    editable.Mode(GridEditMode.InCell);
})
.Navigatable()

 

At the moment I can use the tab key to edit a complete line of values, but I have to first manually delete the current values (backspace or del, depending on chrome vs firefox).

But I would like to automaticly select the current values in the cell. So the user only has to type the new values

 

Is this possible?

Maurice

1 Answer, 1 is accepted

Sort by
0
Stephen
Top achievements
Rank 2
answered on 24 Nov 2016, 07:07 PM

Check out this previous thread that contains a couple different options which should get you going in the right direction.

http://www.telerik.com/forums/inline-edit---select-entire-cell

 

 

Tags
Grid
Asked by
Maurice
Top achievements
Rank 1
Veteran
Answers by
Stephen
Top achievements
Rank 2
Share this question
or