Hello,
I am noticing that when I define a keyPress event in editorProperties for a long text field in a list grid, then the keyPress event does not fire. It seems that by default SmartClient uses a PopUpTextArea item. If I explicitly define my ListGridField to be a TextArea instead of a PopUpTextArea, then the keyPress event does fire. However, I greatly prefer the PopUpTextArea because it "pops up" and doesn't make the entire row grow larger when going into edit mode. So, is there any way to make the PopUpTextArea fire the keyPress event? Or, is there a way to make the TextArea behave in a similar fashion to the PopUpTextArea so I can get the keyPress event but continue getting the "pop up" behavior? I am using 6.5.1 still.
I am noticing that when I define a keyPress event in editorProperties for a long text field in a list grid, then the keyPress event does not fire. It seems that by default SmartClient uses a PopUpTextArea item. If I explicitly define my ListGridField to be a TextArea instead of a PopUpTextArea, then the keyPress event does fire. However, I greatly prefer the PopUpTextArea because it "pops up" and doesn't make the entire row grow larger when going into edit mode. So, is there any way to make the PopUpTextArea fire the keyPress event? Or, is there a way to make the TextArea behave in a similar fashion to the PopUpTextArea so I can get the keyPress event but continue getting the "pop up" behavior? I am using 6.5.1 still.
Comment