< ?xml:namespace prefix = o />
Why does the GTP.net OnTimeItemAreaKeyDown event never fire?< ?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
I need detect “< ?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" />
    {
      gantt1.TimeItemArea.Focus();
    }
  
    private void gantt1_OnTimeItemAreaKeyDown(object sender, KeyEventArgs e)
    {
      MessageBox.Show(“key down”);
