10299 : Is it possible to define multiple combo-boxes in the grid of the gant with different values?

…(beforeEdit.Cell.Content as ComboText).EditBox.Items.Add(“Item 1”); (beforeEdit.Cell.Content as ComboText).EditBox.Items.Add(“Item 2”); (beforeEdit.Cell.Content as ComboText).EditBox.Items.Add(“Item 3”); (beforeEdit.Cell.Content as ComboText).EditBox.Items.Add(“Item 4”); } } Note; in early versions of GTP.NET the beforeEdit.Cell.Content returned null in the OnBeforeEditCell event,… Continue reading