Click here to Skip to main content
15,924,193 members
Home / Discussions / C#
   

C#

 
GeneralDisplay Chinese character in the Microsoft Flex Grid. Pin
Member 12723812-Mar-05 18:47
Member 12723812-Mar-05 18:47 
QuestionFile reference or Project reference ?? Pin
Md Saleem Navalur2-Mar-05 18:34
Md Saleem Navalur2-Mar-05 18:34 
AnswerRe: File reference or Project reference ?? Pin
Heath Stewart2-Mar-05 21:13
protectorHeath Stewart2-Mar-05 21:13 
QuestionHow to make a datagrid with a column of CheckBox????? Pin
welsrping2-Mar-05 15:37
welsrping2-Mar-05 15:37 
AnswerRe: How to make a datagrid with a column of CheckBox????? Pin
Titan Williams2-Mar-05 17:50
Titan Williams2-Mar-05 17:50 
GeneralRe: How to make a datagrid with a column of CheckBox????? Pin
welsrping3-Mar-05 13:09
welsrping3-Mar-05 13:09 
AnswerRe: How to make a datagrid with a column of CheckBox????? Pin
Titan Williams2-Mar-05 17:51
Titan Williams2-Mar-05 17:51 
AnswerRe: How to make a datagrid with a column of CheckBox????? Pin
Heath Stewart2-Mar-05 21:11
protectorHeath Stewart2-Mar-05 21:11 
You didn't mention if you're binding the DataGrid at this point in your application's lifetime yet. If not, it will be indeterminate since there's no data backing it. If you have bound the DataGrid, then 1) make sure the DataColumn specifies a boolean data type and that you set the TrueValue and FalseValue properties of the DataGridBoolColumn if the defaults aren't sufficient (they are for SQL Server).

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: How to make a datagrid with a column of CheckBox????? Pin
welsrping3-Mar-05 13:27
welsrping3-Mar-05 13:27 
GeneralRe: How to make a datagrid with a column of CheckBox????? Pin
Heath Stewart4-Mar-05 6:00
protectorHeath Stewart4-Mar-05 6:00 
GeneralRe: How to make a datagrid with a column of CheckBox????? Pin
welsrping6-Mar-05 12:42
welsrping6-Mar-05 12:42 
AnswerRe: Simple: Make the Table column's Default value to what ever you want. Pin
dlscl4227-Jul-05 23:37
dlscl4227-Jul-05 23:37 
GeneralUnbinding DataSources Pin
Peter Vertes2-Mar-05 14:42
Peter Vertes2-Mar-05 14:42 
GeneralRe: Unbinding DataSources Pin
sreejith ss nair2-Mar-05 18:15
sreejith ss nair2-Mar-05 18:15 
Generalc# multithreading Pin
scottsebelius2-Mar-05 14:04
scottsebelius2-Mar-05 14:04 
GeneralRe: c# multithreading Pin
S. Senthil Kumar2-Mar-05 14:56
S. Senthil Kumar2-Mar-05 14:56 
GeneralRe: c# multithreading Pin
Dave Kreskowiak3-Mar-05 0:58
mveDave Kreskowiak3-Mar-05 0:58 
QuestionHow to build a dual-action scroll bar ? Pin
paisanousa2-Mar-05 13:31
paisanousa2-Mar-05 13:31 
AnswerRe: How to build a dual-action scroll bar ? Pin
Gamya2-Mar-05 20:01
sussGamya2-Mar-05 20:01 
GeneralRe: How to build a dual-action scroll bar ? Pin
paisanousa3-Mar-05 10:25
paisanousa3-Mar-05 10:25 
GeneralRe: How to build a dual-action scroll bar ? Pin
3-Mar-05 18:39
suss3-Mar-05 18:39 
GeneralRe: How to build a dual-action scroll bar ? Pin
paisanousa4-Mar-05 12:19
paisanousa4-Mar-05 12:19 
AnswerRe: How to build a dual-action scroll bar ? Pin
Gamya3-Mar-05 19:01
sussGamya3-Mar-05 19:01 
GeneralDuring app start, button is repeatedly clicked Pin
porterrific2-Mar-05 13:05
porterrific2-Mar-05 13:05 
GeneralRe: During app start, button is repeatedly clicked Pin
sreejith ss nair2-Mar-05 18:19
sreejith ss nair2-Mar-05 18:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.