Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
16047 | Jul 5,2004 02:58 AM UTC | Jul 5,2004 06:29 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void button1_Click(object sender, System.EventArgs e) { this.gridDataBoundGrid1.Focus(); SendKeys.Send("{DELETE}"); }One comment is that the grid only deletes the active range. If you have several disjoint selections, the grid by default only deletes the active one. If you want to delete all on them, then you can try the technique in this KB. http://www.syncfusion.com/Support/article.aspx?id=10443
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.