Dominik
asked on 23 Oct 2023, 11:54 AM
| edited on 23 Oct 2023, 11:58 AM
Hey,
as in the title the event doesnt trigger. It does work with the Widget "WidgetContentType = TwoStatesContent".
Im using a custom form for testing: https://pdfhost.io/v/xQU.fKEP6_24_anlage01_bauantrag_2021https://pdfhost.io/edit?doc=5b66dfdd-fafc-4589-bad0-c1608a8ecf1c
Thanks
Dominik
1 Answer, 1 is accepted
0
Dimitar
Telerik team
answered on 24 Oct 2023, 10:40 AM
Hello Dominik,
Yes, this event is not fired for TextBox fields. It is intentionally excluded. Can I ask what are your requirements and why you need the event?
My intention is that i want to know what field (TextField, Checkbox, RadioButton) the user clicked on so i can use the name and the type of the field to set data inside that field. Ether text or True False for the Checkbox . The data i get is from a database. Maybe there is another way i didnt find till now.