Friday, February 12, 2010

(.net datagrid control.) How do i isolate and access a value in a particular cell of the datagrid control?C#?

assume Column D, row 5





i would like some operation such as





String val = datagrid1.valueAt(D,5) //psuedo(.net datagrid control.) How do i isolate and access a value in a particular cell of the datagrid control?C#?
You can use the ItemCreated event of the DataGridItemEvents class to get the value at runtime:





http://msdn2.microsoft.com/en-us/library鈥?/a>

No comments:

Post a Comment