Hi,
Is it possible to write in a Datagrid without binding it to a data source.
Since I want to write several rows in a form.
Thanks
Printable View
Hi,
Is it possible to write in a Datagrid without binding it to a data source.
Since I want to write several rows in a form.
Thanks
The purpose of a datagrid is to use a bound source.
If you aren't going to bind the grid (and I applaud you for not doing so :D ), then switch to an MSFlexGrid or perhaps a Listview depending on what you need to do after your control is populated.