How can i set the DataGrid BackGround Color ?

And

How can i update the datagrid data?

Thanks :P

Re: DataGrid BackGround Color and Update dataGrid by Alex

Alex
Wed Apr 27 10:57:53 CDT 2005

Grid is updated automatically when it's data source is updated, provided
that the data source supports list notifications. DataView does so.

To change grid color see
http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=229

--
Alex Feinman
---
Visit http://www.opennetcf.org
"msp" <devK@xb.com> wrote in message
news:e1HswjzSFHA.336@TK2MSFTNGP09.phx.gbl...
> How can i set the DataGrid BackGround Color ?
>
> And
>
> How can i update the datagrid data?
>
> Thanks :P
>


Re: DataGrid BackGround Color and Update dataGrid by msp

msp
Wed Apr 27 13:00:18 CDT 2005

Can you translate it to vb.net?

Thanks

"Alex Feinman [MVP]" <public_news@alexfeinman.com>
???????:evcNVH0SFHA.900@TK2MSFTNGP10.phx.gbl...
> Grid is updated automatically when it's data source is updated, provided
> that the data source supports list notifications. DataView does so.
>
> To change grid color see
> http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=229
>
> --
> Alex Feinman
> ---
> Visit http://www.opennetcf.org
> "msp" <devK@xb.com> wrote in message
> news:e1HswjzSFHA.336@TK2MSFTNGP09.phx.gbl...
>> How can i set the DataGrid BackGround Color ?
>>
>> And
>>
>> How can i update the datagrid data?
>>
>> Thanks :P
>>
>



Re: DataGrid BackGround Color and Update dataGrid by Daniel

Daniel
Wed Apr 27 13:33:26 CDT 2005

Which bit do you have difficulty with?

HINT: You must learn to at least read C#
HINT 2: There are many online converters (and I don't mean other people :-)

Cheers
Daniel
--
http://www.danielmoth.com/Blog/


"msp" <devK@xb.com> wrote in message
news:udRg8L1SFHA.208@TK2MSFTNGP10.phx.gbl...
> Can you translate it to vb.net?
>
> Thanks
>
> "Alex Feinman [MVP]" <public_news@alexfeinman.com>
> ???????:evcNVH0SFHA.900@TK2MSFTNGP10.phx.gbl...
>> Grid is updated automatically when it's data source is updated, provided
>> that the data source supports list notifications. DataView does so.
>>
>> To change grid color see
>> http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=229
>>
>> --
>> Alex Feinman
>> ---
>> Visit http://www.opennetcf.org
>> "msp" <devK@xb.com> wrote in message
>> news:e1HswjzSFHA.336@TK2MSFTNGP09.phx.gbl...
>>> How can i set the DataGrid BackGround Color ?
>>>
>>> And
>>>
>>> How can i update the datagrid data?
>>>
>>> Thanks :P
>>>
>>
>
>