Question about windowsforms.datagrid control

  • Thread starter Thread starter rhaazy
  • Start date Start date
R

rhaazy

Using C#

I want to be able to select the last VISIBLE row in the datagrid.

When I try to do this using the datagrid.select method it tells me my
index is out of range.

How can I programatically select the last VISIBLE row (which has no
data in it) to allow the user to add it leading to the eventual insert
into a database?
 
Figured it out, simple solution. However I do have anothe rproblem
maybe someone can help me with.

I need to be able to make all the columns in the selected row turn into
textbox columns.
I have found examples of making a column a textbox column, but what I
really need is a textbox row.... Any help would be appreciated.
 
Back
Top