We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

cell text from combobox type

Hi, I want to get a text from a combobox cell type but I don''t find a method/property for this. Thank you, Florin

2 Replies

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

Loader.
Live Chat Icon For mobile
Up arrow icon