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

KeyBoard support in RadGrid

1 Answer 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
sushma lochab
Top achievements
Rank 1
sushma lochab asked on 28 Apr 2010, 11:52 AM
In RadGrid , you have provided one sample - Client edit with Batch Server Update. In this template columns having a textbox and a label are added. Labels are visible on first load and on double click of the cell, label hides and textbox becomes visible.
I want this functionality with keyboard. The problem I am facing is - these cells never get focus beause they neither have link nor in edit mode. Also I am not able to perform grouping these template columns. Error I amgetting is - Expression can not be null or empty.

How can I do that?
Thanks,
Sushma

1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 03 May 2010, 11:25 AM
Hello sushma,

In order to achieve you first scenario you need to:

1. Set the MasterTableView's EditMode=InPlace

2. Put all items in edit mode (one possible approach is given here)

3. Follow the example you have mentioned for directions on how to process the updates.

As for the second issue - you have to set the DataField property of the template columns to the corresponding column field in the data source.

I hope this helps.

Regards,
Tsvetoslav
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
Grid
Asked by
sushma lochab
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or