DataGrid New Row.

K

Kevin Hodgson

I have a few questions concerning a DataBound DataGrid.

What event is raised when a User creates a new Row in a Databound DataGrid?

How can I set the value in a particular column in the DataGrid
programatically. I need to set one of my columns to a particular value
whenever the user adds a new row.

Thanks
 
K

Ken Tucker [MVP]

Hi,

http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q823q

To set the value of a particular value when ever you add a new set the
default value for the column.

http://msdn.microsoft.com/library/d...ystemdatadatacolumnclassdefaultvaluetopic.asp


Ken
-------------------
I have a few questions concerning a DataBound DataGrid.

What event is raised when a User creates a new Row in a Databound DataGrid?

How can I set the value in a particular column in the DataGrid
programatically. I need to set one of my columns to a particular value
whenever the user adds a new row.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top