Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
7007 | Sep 9,2003 05:57 PM UTC | Sep 9,2003 09:28 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
Private Sub gridDataBoundGrid1_RowEnter(sender As Object, e As GridRowEventArgs) Handles GridDataBoundGrid1.RowEnter If Me.gridDataBoundGrid1.Model.RowCount = e.RowIndex Then Dim dt As DataTable = CType(Me.gridDataBoundGrid1.DataSource, DataTable) Dim dr As DataRow = dt.NewRow() ’populate your new row however you want dr(0) = "col0" dr(1) = "col1" dt.Rows.Add(dr) End If End Sub ’gridDataBoundGrid1_RowEnterThe 2.0 beta will start in a week or so.
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.