Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
285
Prevent confirmation prompt when deleting rows
posted

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.