I have a datagrid containing multiple rows / columns, with template column, each cell contains a textbox.
I need to be able to track when a textbox gets focus and which textbox it is?
so when i click on a textbox i need to run a server side event. There doesn t seem to be a standard event so was wondering if i need to add javascript to kick of the event.
theres a onTextChanged Event but no onFocus Event
any ideas would be really helpful
I need to be able to track when a textbox gets focus and which textbox it is?
so when i click on a textbox i need to run a server side event. There doesn t seem to be a standard event so was wondering if i need to add javascript to kick of the event.
theres a onTextChanged Event but no onFocus Event
any ideas would be really helpful