Windows Vista Forums

DataGrid Question
  1. #1


    Hotwheels Guest

    DataGrid Question

    I have a data grid that is only being used for presenting data no editing.
    I cannot get the blue cell highlight to disappear from the upper left corner
    cell.

    Can I do it?

    I het set these properties in C# VS 2005 2.0 .net.

    dataGridView1.ColumnCount = 2;
    dataGridView1.ColumnHeadersVisible = false;
    dataGridView1.AutoSizeColumnsMode =
    DataGridViewAutoSizeColumnsMode.AllCells;
    dataGridView1.AutoResizeColumn(1);
    dataGridView1.RowHeadersVisible = false;
    dataGridView1.AllowUserToAddRows = false;

    Mike





      My System SpecsSystem Spec

  2. #2


    Sreenivas Guest

    Re: DataGrid Question

    On Sep 23, 9:13*pm, Hotwheels <Hotwhe...@newsgroup>
    wrote:

    > I have a data grid that is only being used for presenting data no editing..
    I hope you are using Gridview control though you said DataGrid .Yeah ,
    it's obesolate.
    Why are you using Gridview ? go for light weight controls like
    Repeater or Datalist since your purpose is to
    just displaying data .

    > I cannot get the blue cell highlight to disappear from the upper left corner
    > cell.
    >
    > Can I do it?
    >
    > I het set these properties in C# VS 2005 2.0 .net.
    >
    > * * * * * * dataGridView1.ColumnCount = 2;
    > * * * * * * dataGridView1.ColumnHeadersVisible = false;
    > * * * * * * dataGridView1.AutoSizeColumnsMode =
    > DataGridViewAutoSizeColumnsMode.AllCells;
    > * * * * * * dataGridView1.AutoResizeColumn(1);
    > * * * * * * dataGridView1.RowHeadersVisible = false;
    > * * * * * * dataGridView1.AllowUserToAddRows = false;
    >
    > Mike.


      My System SpecsSystem Spec

DataGrid Question problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
Verb Counts - WPF DataGrid Flowering Weeds PowerShell 0 29 Aug 2009
Simple Datagrid question Miro .NET General 4 24 Jan 2009
DataGrid Question fripper .NET General 0 09 Oct 2008
ANN: Free Datagrid for WPF released Odi Kosmatos [Xceed] Avalon 0 25 Jan 2007
DataGrid sample in WinFX SDK? Jason Dolinger Avalon 8 10 Jan 2006