Question about windowsforms.datagrid control

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?
 
R

rhaazy

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.
 

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