New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
if(e.ColIndex == grid.Binder.NameToColIndex("UnBoundCol"))
{
int pos = this.grid.Binder.RowIndexToPosition(e.RowIndex);
object key = this.grid[row, grid.Binder.NameToColIndex("priKey")].CellValue;
//use key to get object from hashtable
object val = hash[key];
e.Style.CellValue = val;
}