I have an UltraGrid that allows the user to delete. When they press Delete, a prompt appears asking for confirmation and I would like to switch this off.
I have seen this post (http://forums.infragistics.com/forums/p/14721/54061.aspx#54061) that suggests that I can set cancel the prompt in the BeforeRowsDeleted event. This is fine, but as I don't need to customise the prompt, I wondered if there was a simple property that I could set to prevent the prompt.
Sorry, this article seems to answer my query, the way to do it is through the event:
http://community.infragistics.com/scenarios/data-entry/remove-rows-from-grid.aspx