Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
2528 | Jan 28,2003 03:24 PM UTC | Jan 29,2003 06:19 AM UTC | WinForms | 3 |
![]() |
Tags: GridControl |
StringCollection sc = new StringCollection();
sc.AddRange(new string[]{"Choice1", "Choice2", "Choice3"});
//...
//...
gridBoundColumn1.StyleInfo.ChoiceList = sc;
Dim sc As New System.Collections.Specialized.StringCollection()
sc.AddRange(New String() {"Choice1", "Choice2", "Choice3"})
gridBoundColumn1.StyleInfo.ChoiceList = sc
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.