I have a controls RadTextBox, RadDateTimePicker, RadDropdown etc... I want to add icon to each control that is the Mandatory Field sign to the user. Currently in TELERIK I am able to see only error icon, that also not showing immediately after the form load.
-----------------------------------------------------
Below is an example for what I am expecting:
I used other tool controls which provides that facility.
I used below components in another tool, to show you what I am expecting.
Please see attached filed to know my expected result.
Please do the needful, and code it/suggest and attach a sample app.
Thanks
It seems that after the Validation Provider kicks in on a control - and sets focus to it and displays the 'error' message....
That it keeps the focus on that control and the user cannot click on a different control on the form.
So, for example.
Let's say there are 2 radio buttons - each radio button causes a dropdown to load certain records
The user clicks on the Dropdown - then realizes they needed to click on the 2nd radio button first.
But now, the validation provider won't let them click the 2nd radio button because it maintains focus on the dropdown.
Is there a way to 'release' the focus so that the user can click on the 2nd radio button?
Is it possible to add your own operators to the list of valid radvalidatorprovider's own operators. I have a requirement for two operators:
1. See if a value is already contained with a Dictionary object, if so the operator should cause the validation to fail.
2. See if a folder path specified in a textboxcontrol exists on dick. If not, then the validation should fail.
I know I could do this in code, and simply display a dialog stating the error, but I want consistent validation reporting throughout my application.
Can the validation provider do multiple levels of validation. Example it would be a warning if a number was greater than 2.5 and a hard stop error over 5?
Thanks,
Tim