|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
DataGridView questionHi NG,
When the user is allowed to add new rows to a datagridview, an new row is automatically added when the user edits a field. Now I want a new row added when a cell in the last row gets focus. Can anyone point me in the right direction? Thanks Philipp Hello Philipp,
> Hi NG, You can listen to the CellEnter event. When recieving the event you can > > When the user is allowed to add new rows to a datagridview, an new row > is > automatically added when the user edits a field. > Now I want a new row added when a cell in the last row gets focus. > Can anyone point me in the right direction? check to see if it's the last cell on the last row and if so, manually add a row to the DataGridView -- Jared Parsons [MSFT] jared***@online.microsoft.com All opinions are my own. All content is provided "AS IS" with no warranties, and confers no rights.
HTML links
Pls Help me ,about GDI+ fill some image area HTML edit Vb.net how to delete a file when the windows start programmically open a pdf file in vb.net Windows Service and StreamWriter code stopping program Looping through directories ClientScript.RegisterClientScriptBlock in ASP.NET 2.0 WebBrowser: Programmaticaly click an image button |
|||||||||||||||||||||||