Hi All,
UltraWebGrid1.Rows.Add ()
Regards,
Abhi
For I = 1 to 100 Dim MyRow as new UltraGridRow(<whatever>) 'create your row UltraWebGrid1.Rows.Add(MyRow)Next I
Actually, in most cases, you can create a datasource and then bind it to the grid. But you need to tell us where you're getting the data you're going to use to populate these rows.