Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
12956 | Apr 16,2004 06:09 AM UTC | Apr 20,2004 05:02 PM UTC | WinForms | 6 |
![]() |
Tags: GridControl |
GridFilterBar filterBar = new GridFilterBar();
filterBar.CreatingColumnHeader += new GridFilterBarCreatingColumnHeaderEventHandler(filterBar_CreatingColumHeader);
filterBar.WireGrid(this.customerGrid1);
//the handler code private void filterBar_CreatingColumHeader(object sender, GridFilterBarCreatingColumnHeaderEventArgs e) { if(e.ColName == this.customerGrid1.Binder.InternalColumns[0].MappingName) e.Cancel = true; }
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.