in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Re: Filter

    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 &...
    Posted to FlexGrid for .NET (Forum) by C1_GregL on 01-02-2008
    Filed under: C1FlexGrid, Filter
Page 1 of 1 (1 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.