Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
15809 | Jun 28,2004 01:48 PM UTC | Jun 29,2004 06:39 AM UTC | WinForms | 4 |
![]() |
Tags: GridControl |
GridStyleInfoStore.DataSourceProperty.IsCloneable = false;
GridStyleInfoStore.DataSourceProperty.IsDisposable = false;
Another way to do this would be to handle CurrentCellShowingDropDown and explicitly set teh dataSource at that point, but setting the properties is simpler if that works for you.
GridComboBoxCellRenderer cr = (GridComboBoxCellRenderer)
this.gridControl1.CellRenderers["ComboBox"];
cr.ListBoxPart.DataSource = null;
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.