patpx
Dec 4th, 2003, 11:54 AM
I'm populating a datagrid during runtime with a dataset basically using a "Select * from Table"
What I want to do is add a column all the way to the left(I'm assuming column 0) and make this column an "edit column"....that way, I can edit each of the rows by using the edititemindex property on the datagrid. Do you know how to do this in VB.NET code?
I've seen examples of code in ASP.NET but I can duplicate it.
Any help would be appreciated,
Patrick :)
What I want to do is add a column all the way to the left(I'm assuming column 0) and make this column an "edit column"....that way, I can edit each of the rows by using the edititemindex property on the datagrid. Do you know how to do this in VB.NET code?
I've seen examples of code in ASP.NET but I can duplicate it.
Any help would be appreciated,
Patrick :)