HiHey, I want to delete selected multiple rows at run time without shown Delete Confimation Message.May be u know when we delete one single row in UltraGrid then open one Confirmation box like "Are u sure u want to delete".Now my problems is i m deleted multiple rows at runtime in For loop. In this case at very first it asked to me about confirmation message, so that my for loop is terminated that why i m not deleted multiple rows at a time.Is it Possible.. ? Or is it any propertie for unable to Delete Confirmation Message. ?- Hiren Lad
If you have the latest version you could use
this.ultraGrid1.Rows[0].Delete(false);