Hi,
When using the RowEditTemplateDialog with a grid, the Done/Cancel buttons have switched. I noticed this happened sometime between 12.2 and 13.1. In 12.2, the RowEditDialog showed Done/Cancel; however in 13.1, the RowEditDialog shows Cancel/Done.
Was this an intentional change? Also, I would like the Done/Cancel buttons to be ordered the way they were in 12.2. Is there any way to accomplish this?
Thanks,
Paul
Hello Paul,
It seems the design has been changed in 13.1. There is no API available for positioning the buttons, but you could use some custom styles or script to change the buttons' positions.
Let me know if you have any further questions.
Thanks for your response. That is fine; It was pretty easy to write a script to switch these back.