/ Published in: C#
This was obvious once I found the class responsible, but took quite a bit of searching to locate. MSDN article has the code strings for the non-visible characters.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
private void btnDeleteRows_Click(object sender, System.EventArgs e) { dataGrid1.Focus(); SendKeys.Send("{DELETE}"); }