View Single Post
Old 03-21-2006, 05:19 PM   #1 (permalink)
khanhlq
Registered User
 
Join Date: Mar 2006
Posts: 7
khanhlq is on a distinguished road
Deleted by foreach row

Quote:
foreach(UltraGridRow delRow in UGMain.Rows)
{
if(delRow.Selected)
delRow.Delete(false);
]
UGMain = UltraGrid
I deleted one row, but index wrong and can't delete in the right. Plz help me
khanhlq is offline   Reply With Quote