Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
3235 | Mar 10,2003 01:38 AM UTC | Mar 10,2003 09:58 AM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
private void gridControl1_CurrentCellShowingDropDown(object sender, GridCurrentCellShowingDropDownEventArgs e) { GridCurrentCell cc = this.gridControl1.CurrentCell; if(cc.RowIndex == 2 && cc.ColIndex == 2) { GridDropDownGridListControlCellRenderer cr = cc.Renderer as GridDropDownGridListControlCellRenderer; if(cr != null) { cr.ListControlPart.MultiColumn = false; } } }> Is their a way of controlling which columns are displayed by a GridListControl cell without modification of the data source contents? You can do this in the embedded grid QueryCellInfo. See the sample.
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.