Sorry, but there are no more tags available to filter with.
-
You could catch the backspace key separately and handle it as such (using your code above) if (e.Row == _flex.Rows.Fixed - 1 & e.KeyChar != (char)8) { e.Handled = true ; _flex.Editor.Text = _flex.Editor.Text + e.KeyChar; _flex.FinishEditing(); UpdateFilter(); } else if (e.KeyChar == (char)8 &...
Page 1 of 1 (1 items)