Stemon63 Posted June 20, 2017 Posted June 20, 2017 Hi Farshad, Autoselect property is missed in DBedit and other edit components. We need it when change focus field to field, so it's easy modify numeric values. (Naturally at client level). I have also noted that after editing, "displayformat" property in dataset field is not update without a dataset refresh; (I must write also virtual scrolling, or not? :-) ) Good Job, Stefano
Sherzod Posted June 20, 2017 Posted June 20, 2017 Hi, Autoselect property is missed in DBedit and other edit components. We need it when change focus field to field, so it's easy modify numeric values. For now you can use MainModule, MainForm -> NavigateKeys -> SelectText property for this. Best regards,
Stemon63 Posted June 21, 2017 Author Posted June 21, 2017 Hi, my editors are all on frames.... and it seems that your suggestion don't works in my situation. (any workaround?) Thanks a lot, Best Regards,
Sherzod Posted June 21, 2017 Posted June 21, 2017 Hi, OK, you can use selectOnFocus config for this for example: UniEdit1.JSInterface.JSConfig('selectOnFocus', ['true']); or ClientEvents -> UniEvents -> beforeInit fn: function beforeInit(sender, config) { config.selectOnFocus=true; } Best regards,
Recommended Posts