ST
stanleyj
Syncfusion Team
November 15, 2005 03:00 PM UTC
Hi Florin,
The grid''s indexers will give the selected text from combo box when the current cell foucus is moved out of the cell. If the value is needed while the current cell focus remains in the combo box cell, try CurrenCell.Renderer.GetCellValue function in CurrentCellCloseDropDown handler.
grid[RowIndex,ColIndex].CellValue.ToString()
grid.CurrentCell.Renderer.GetCellValue()
Let me know if this helps.
Best regards,
Stanley
AD
Administrator
Syncfusion Team
November 16, 2005 12:45 PM UTC
Hi Stanley,
Thanks for your response. I use FormattedText property.
Florin
>Hi Florin,
>
>The grid''s indexers will give the selected text from combo box when the current cell foucus is moved out of the cell. If the value is needed while the current cell focus remains in the combo box cell, try CurrenCell.Renderer.GetCellValue function in CurrentCellCloseDropDown handler.
>
> grid[RowIndex,ColIndex].CellValue.ToString()
> grid.CurrentCell.Renderer.GetCellValue()
>
>Let me know if this helps.
>
>Best regards,
>Stanley