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

[Solved] Custom keyboard navigation, column virtualizing and multiple cell selection

1 Answer 119 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.
Jerome
Top achievements
Rank 1
Jerome asked on 15 May 2009, 08:17 AM
Hi,

I'm currently working on a project that has a datagrid with 91 columns that acts as
a sort of calendar. The colums contain the specific day in a selected period, the
rows contain the different resources (people).

I have a few questions regarding implementation of the above scenario.

  1. If 91 columns are added to the grid (and databound) the load time increases
    very much (14 seconds if we have 50 people in the grid) and scrolling becomes
    very slugish. It seems that large number of colums is responsible for this, not the
    number of rows.

    Q : Do you plan to release a DataGrid version with colum virtualization soon?
    Or have you any recommendations to speed things up?
  2. Currently the behavior of selecting other cells is to hit TAB (or Shift TAB). Selecting
    the cell above or below is not possible without using the mouse. It should also be
    possible to hit enter to set the cell to edit mode.

    Q : Is it possible to use the arrow keys (up, down, left, right) to select the cells
    above, below, left and right of the current selected cell?
  3. In our scenario it should be possible to select a period for a person/resource (a number
    of cells in the current row).

    Q : Can I select a number of cells in a row, using the mouse or keyboard?
    Currently I can only select multiple rows, not cells.

I hope someone can help me with the above questions!

Kind regards,

Jerome

 

1 Answer, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 18 May 2009, 11:28 AM
Hello Jerome,

Straight to your questions:

  1. You are right - we don't have column virtualization so this is why it is slow. We are working on horizontal virtualization and we will do our best to release it for Q2.
  2. Arrows support will be added for Q2 release. We plan to provide functionality that allows you to specify which key will start the edit mode but i cannot give any estimation yet.
  3. We will add support for cells selection but most probably this will be for Q3 release.

Thank you for the feedback.
Let us know if you need more information.

Regards,

Hristo
the Telerik team

 


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Jerome
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Share this question
or