Hi,
Need some special behavior on a textbox column.
Like doing something in the textchanging event, keypress event and validation event.
And i want to be able to set a fixed length on the text box.
I need to do for several grids and several columns.
I know that i can do this by subscribing to events on the activeeditor -> textboxitem. But i want to subclass the GridViewTextboxColumn and do it directly, so i dont need to write the same code over and over again.
Can you please help me?
Regards
Svein Thomas
Need some special behavior on a textbox column.
Like doing something in the textchanging event, keypress event and validation event.
And i want to be able to set a fixed length on the text box.
I need to do for several grids and several columns.
I know that i can do this by subscribing to events on the activeeditor -> textboxitem. But i want to subclass the GridViewTextboxColumn and do it directly, so i dont need to write the same code over and over again.
Can you please help me?
Regards
Svein Thomas