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