PC Review


Reply
Thread Tools Rate Thread

Change BackColor of data grid??

 
 
dw
Guest
Posts: n/a
 
      15th Sep 2003
Hello...we are migrating our vb.net win forms app to the
pocketpc. One problem I am running into is that I cannot
modify many properties of the datagrid. For example, the
data grid's property sheet shows that I can change the
BackColor of the grid...but no matter what color I change
it to...when the app runs the grid appears with the
default color scheme. Also...the data grid table styles
does not seem to have as many properties as the regular
(non-compact) framework. I can't turn off the RowHeaders
for example. Am I just missing something...or does this
truly not exist for .Net CF ???

thanks
- dw
 
Reply With Quote
 
 
 
 
Eduardo Pavinato Klein
Guest
Posts: n/a
 
      15th Sep 2003
Some properties of the DataGrid component are not implemented.
You are not missing anything. You really can't do what you want to do.

Take a look at the Post "Grid" , posted on 11/09/2003 at 07:37 by Arnaldo
Fuziy, in this newsgroup. I think it could help you.

Eduardo Klein

"dw" <(E-Mail Removed)> wrote in message
news:02ab01c37ba8$d35808b0$(E-Mail Removed)...
> Hello...we are migrating our vb.net win forms app to the
> pocketpc. One problem I am running into is that I cannot
> modify many properties of the datagrid. For example, the
> data grid's property sheet shows that I can change the
> BackColor of the grid...but no matter what color I change
> it to...when the app runs the grid appears with the
> default color scheme. Also...the data grid table styles
> does not seem to have as many properties as the regular
> (non-compact) framework. I can't turn off the RowHeaders
> for example. Am I just missing something...or does this
> truly not exist for .Net CF ???
>
> thanks
> - dw



 
Reply With Quote
 
Shanti
Guest
Posts: n/a
 
      15th Sep 2003
dw,
You are not missing anything. Remember it is 'Compact(ed)' Framework. Many
(un)important properties were the casualities of that 'Comapctness'. In the
regular help docs, as I found late, it is mentioned whether a property or
method is available in Compact Framework.
ThanQ...
"dw" <(E-Mail Removed)> wrote in message
news:02ab01c37ba8$d35808b0$(E-Mail Removed)...
> Hello...we are migrating our vb.net win forms app to the
> pocketpc. One problem I am running into is that I cannot
> modify many properties of the datagrid. For example, the
> data grid's property sheet shows that I can change the
> BackColor of the grid...but no matter what color I change
> it to...when the app runs the grid appears with the
> default color scheme. Also...the data grid table styles
> does not seem to have as many properties as the regular
> (non-compact) framework. I can't turn off the RowHeaders
> for example. Am I just missing something...or does this
> truly not exist for .Net CF ???
>
> thanks
> - dw



 
Reply With Quote
 
Mikael
Guest
Posts: n/a
 
      15th Sep 2003
Go to http://opennetcf.org. Search for "datagrid" in the
forums. See fx:

http://opennetcf.org/Forums/topic.asp?
TOPIC_ID=229&SearchTerms=datagrid

Regards
Mikael


>-----Original Message-----
>dw,
>You are not missing anything. Remember it is 'Compact

(ed)' Framework. Many
>(un)important properties were the casualities of

that 'Comapctness'. In the
>regular help docs, as I found late, it is mentioned

whether a property or
>method is available in Compact Framework.
>ThanQ...
>"dw" <(E-Mail Removed)> wrote in message
>news:02ab01c37ba8$d35808b0$(E-Mail Removed)...
>> Hello...we are migrating our vb.net win forms app to the
>> pocketpc. One problem I am running into is that I

cannot
>> modify many properties of the datagrid. For example,

the
>> data grid's property sheet shows that I can change the
>> BackColor of the grid...but no matter what color I

change
>> it to...when the app runs the grid appears with the
>> default color scheme. Also...the data grid table styles
>> does not seem to have as many properties as the regular
>> (non-compact) framework. I can't turn off the

RowHeaders
>> for example. Am I just missing something...or does this
>> truly not exist for .Net CF ???
>>
>> thanks
>> - dw

>
>
>.
>

 
Reply With Quote
 
dw
Guest
Posts: n/a
 
      15th Sep 2003
Thanks...I was afraid of that. I'll check out the docs
to make sure that I know what is "missing" next time.
- dw

>-----Original Message-----
>dw,
>You are not missing anything. Remember it is 'Compact

(ed)' Framework. Many
>(un)important properties were the casualities of

that 'Comapctness'. In the
>regular help docs, as I found late, it is mentioned

whether a property or
>method is available in Compact Framework.
>ThanQ...
>"dw" <(E-Mail Removed)> wrote in message
>news:02ab01c37ba8$d35808b0$(E-Mail Removed)...
>> Hello...we are migrating our vb.net win forms app to

the
>> pocketpc. One problem I am running into is that I

cannot
>> modify many properties of the datagrid. For example,

the
>> data grid's property sheet shows that I can change the
>> BackColor of the grid...but no matter what color I

change
>> it to...when the app runs the grid appears with the
>> default color scheme. Also...the data grid table

styles
>> does not seem to have as many properties as the regular
>> (non-compact) framework. I can't turn off the

RowHeaders
>> for example. Am I just missing something...or does

this
>> truly not exist for .Net CF ???
>>
>> thanks
>> - dw

>
>
>.
>

 
Reply With Quote
 
dw
Guest
Posts: n/a
 
      15th Sep 2003
mikael -
thanks for the advice and link. that is exactly what i
need.
- dw
>-----Original Message-----
>Go to http://opennetcf.org. Search for "datagrid" in the
>forums. See fx:
>
>http://opennetcf.org/Forums/topic.asp?
>TOPIC_ID=229&SearchTerms=datagrid
>
>Regards
>Mikael
>
>
>>-----Original Message-----
>>dw,
>>You are not missing anything. Remember it is 'Compact

>(ed)' Framework. Many
>>(un)important properties were the casualities of

>that 'Comapctness'. In the
>>regular help docs, as I found late, it is mentioned

>whether a property or
>>method is available in Compact Framework.
>>ThanQ...
>>"dw" <(E-Mail Removed)> wrote in message
>>news:02ab01c37ba8$d35808b0$(E-Mail Removed)...
>>> Hello...we are migrating our vb.net win forms app to

the
>>> pocketpc. One problem I am running into is that I

>cannot
>>> modify many properties of the datagrid. For example,

>the
>>> data grid's property sheet shows that I can change the
>>> BackColor of the grid...but no matter what color I

>change
>>> it to...when the app runs the grid appears with the
>>> default color scheme. Also...the data grid table

styles
>>> does not seem to have as many properties as the

regular
>>> (non-compact) framework. I can't turn off the

>RowHeaders
>>> for example. Am I just missing something...or does

this
>>> truly not exist for .Net CF ???
>>>
>>> thanks
>>> - dw

>>
>>
>>.
>>

>.
>

 
Reply With Quote
 
dw
Guest
Posts: n/a
 
      15th Sep 2003
eduardo -
i must have missed that post...i tried searching this
newsgroup for "grid" before. Maybe I need to increase my
search date range too.

thanks
- dw
>-----Original Message-----
>Some properties of the DataGrid component are not

implemented.
>You are not missing anything. You really can't do what

you want to do.
>
>Take a look at the Post "Grid" , posted on 11/09/2003 at

07:37 by Arnaldo
>Fuziy, in this newsgroup. I think it could help you.
>
>Eduardo Klein
>
>"dw" <(E-Mail Removed)> wrote in message
>news:02ab01c37ba8$d35808b0$(E-Mail Removed)...
>> Hello...we are migrating our vb.net win forms app to

the
>> pocketpc. One problem I am running into is that I

cannot
>> modify many properties of the datagrid. For example,

the
>> data grid's property sheet shows that I can change the
>> BackColor of the grid...but no matter what color I

change
>> it to...when the app runs the grid appears with the
>> default color scheme. Also...the data grid table

styles
>> does not seem to have as many properties as the regular
>> (non-compact) framework. I can't turn off the

RowHeaders
>> for example. Am I just missing something...or does

this
>> truly not exist for .Net CF ???
>>
>> thanks
>> - dw

>
>
>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
change value in data grid view enrico via DotNetMonster.com Microsoft VB .NET 0 13th Mar 2008 04:18 AM
Change textbox backcolor after data change? Dean Slindee Microsoft VB .NET 4 14th Dec 2007 02:39 PM
How to change data in grid after you change the SQL select for the data adapter tomcarr1@gmail.com Microsoft Dot NET 5 6th Jun 2006 03:49 PM
PropertyGrid:customize the backColor of the 'value' part of a grid =?Utf-8?B?SnVM?= Microsoft Dot NET Framework Forms 0 12th Jul 2004 11:05 AM
Row backcolor in a grid Gilbert Microsoft Dot NET Framework Forms 0 4th Aug 2003 03:58 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:10 AM.