We are working towards making our application Section 508 compliance and this is requirement from one of our state client. We are using JAWS for reading the text/labels and it it uses Accessible Name Property to spell out the text. I don't see any Accessible Name property in UltraMessageBox control. Is there a way to to enable this property since this one is present in all other controls.
Thanks,
Let me try with 'UltraDropDown' . Thnaks
Thnak for your prompt responce. Yuo mean UltraComboEditor
Hello sonali,
How would you like to use the 'UltraDropDown' control for this? It has the mentioned property and could be assigned as a ValueList to the column. Could you please try this suggestion?
We are making our application Section 508 compliance. I have one grid having one column that column has valuelist in it. I don't see any Accessible Name property in ValueList control. Is there a way to to enable this property since this one is present in all other controls.
How can I access the column name for 508
Hi,
At that moment we have not such functionality in UltraMessageBoxManager component. If you want to have MessageBox with similar Look and Feel like our UltraMessageBoxManager, then you could try to create your own custom control (please note that we are using control instead of component, by this way we could use accessibility properties) with desired Look and feel.
Let me know if you have any questions.
Regards