1) disable the change of the content within the Circle of the Step,
2) use a custom icon/img instead of Check Icon which is currently displayed?
1 Answer, 1 is accepted
0
Neli
Telerik team
answered on 07 Dec 2020, 10:46 AM
Hi Sotiris,
Could you please elaborate a little bit more about the requirements and the desired result as I am not sure I understand the issue correctly.
Do you need to disable fields in the step of the wizard or you need for example to cancel a change? If for example, you need to disable the step commands, you could do it as follows:
var wizard = $("#wizard").data("kendoWizard");
wizard.activeStep().buttons()[0].enable(true);
wizard.enableStep(1, true);
I will appreciate any detail about your custom scenario that would be helpful to better understand the case. I hope the provided information will be helpful.
Regards,
Neli
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.