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

GanttViewTextViewElement focus

1 Answer 32 Views
GanttView
This is a migrated thread and some comments may be shown as answers.
kim
Top achievements
Rank 1
kim asked on 16 Nov 2018, 12:18 AM

hi,

Can I change  focus cell of a GanttViewTextViewElement?

 

 

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 19 Nov 2018, 09:52 AM
Hello, Kim, 

In order to change which cell is currently focused in the text view, you can simply set the RadGanttView's CurrentColumn and SelectedItem properties:

this.radGanttView1.CurrentColumn = this.radGanttView1.GanttViewElement.Columns[2];
this.radGanttView1.SelectedItem = this.radGanttView1.Items[1].Items[1];

I hope this information helps.

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
GanttView
Asked by
kim
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or