10288 : Images in _some_ cells depending on other values

…argument e.Cell.Node to navigate to another cell in that row; e.Cell.Node.GetCell(2).Content.Value’ Sample code for CustomCellDraw: private void grid1_OnCustomCellDraw(PlexityHide.GTP.Grid aGrid, PlexityHide.GTP.CustomCellEventArgs e) {   e.G.DrawArc(new Pen(Color.Red,3),e.DrawRect,0,180);   e.G.DrawArc(new Pen(Color.Purple,3),e.DrawRect,180,180); }  … Continue reading