Browse by Tags
All Tags » Cell » edit (RSS)
-
Hi,
You didn't mention if the cells were if value cells, data cells, insertion cells... Also, I decided to make the grid:
gridControl1.SingleClickEdit = true;
so a single click on a cell gets you in edit mode. Otherwise, things a more complicated.
The form1.cs gives this:
using System;using System.Collections.Generic;using ...
|
|
|
|