Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
25524 | Mar 1,2005 05:45 AM UTC | Jun 7,2005 08:20 AM UTC | WinForms | 5 |
![]() |
Tags: GridControl |
grid.TableDescriptor.Columns[GetMappedName("SomeColumn")].ShowButtons = GridShowButtons.Hide;
But if you have earlier set the ReadOnly property = true, you will need to ttemporarily set
grid.IgnoreReadOnly = true;
so you can make changes to the style.
grid.TableDescriptor.Columns[GetMappedName("SomeColumn")].Appearance.AnyRecordFieldCell.ShowButtons = GridShowButtons.Hide;
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.