M msp Apr 27, 2005 #1 How can i set the DataGrid BackGround Color ? And How can i update the datagrid data? Thanks
A Alex Feinman [MVP] Apr 27, 2005 #2 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
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
M msp Apr 27, 2005 #3 Can you translate it to vb.net? Thanks Alex Feinman said: 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 Click to expand...
Can you translate it to vb.net? Thanks Alex Feinman said: 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 Click to expand...
D Daniel Moth Apr 27, 2005 #4 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
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