Hi,
I'm trying to use the RadPopupContainer/RadPopupEditor to replicate a numerical keypad that should pop up when requested.
To make the keys work correctly, on my previous occasion I was using windows controls. I'd watch the Leave and enter event of a textbox and the Validation of that textbox to drive the appearance of the caret to always be in the textbox whilst click controls outside it..
Im trying to replicate this using the Telerik control set and I've got all 3 events attached to the textbox sited on myRadPopupContainer and none of them are firing at all.
Any advice please?