473,407 Members | 2,326 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

DataGrid\InsertRow

gh
I am using dot net 1.1. How can I add a row to the datagrid without
using a datasource? All the examples I have found use a datsource for
inserting a row into the datagrid.

Thanks

Mar 10 '06 #1
1 1039
AFAK, You cannot use datagrid itself to add a row. Unlike other collections,
DatagridItemCollection Doesn’t have Add(item) or Insert(item) method.

BTW, why don’t you want to use data source add additional row?
HTH

Elton Wang

"gh" wrote:
I am using dot net 1.1. How can I add a row to the datagrid without
using a datasource? All the examples I have found use a datsource for
inserting a row into the datagrid.

Thanks

Mar 10 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.