Мой код, который раньше работал нормально, теперь бросает NullreferenceExceptions. Другие типы клеток Криптона работают, как и ожидалось. < /P>
Код: Выделить всё
DataGridViewRow row = new DataGridViewRow()
row.Cells.Add( new KryptonDataGridViewRowTextAndImageCell() );
row.Cells[0].Value = new TextAndImage("text", image); // throws System.NullReferenceException
Подробнее здесь: https://stackoverflow.com/questions/795 ... dimagecell