AD
Administrator
Syncfusion Team
June 15, 2004 06:38 PM UTC
It really depends upon the cell type whether you can get the embeeded control or not. But for CellType == "TextBox", you can use this code to get it.
GridTextBoxControl tb = this.gridDataBoundGrid1.CurrentCell.Renderer.Control as GridTextBoxControl