it's not necessary to bind any data... just to add a column is enough.
Well, for the grid to be practical, it will be necessary to bind SOME
sort of data to it. It wasn't clear from your original post whether you
were adding the grid to the controls or not, or if it was because you
weren't seeing any data.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> it's not necessary to bind any data... just to add a column is enough.
>
>> RAF,
>>
>> You aren't binding any data to the grid, so it won't show anything.
>> You have to bind a data source to the grid.
R.A.F. - 23 Oct 2007 20:20 GMT
so sorry if it was not clear... for sure i will add data but not
necessary from database or table.
:-)
> Well, for the grid to be practical, it will be necessary to bind SOME
> sort of data to it. It wasn't clear from your original post whether you
> were adding the grid to the controls or not, or if it was because you
> weren't seeing any data.