I'm using the html helpers to configure the scheduler. Little by little, there have been more changes that I wasn't able to do with the html helper.
I've opted to use the edit event of the widget. During the event, the Disclaimer and SystemSoftwareVersion rows are added as well as the scrollbar on the side. Additionally, the Device drop-down is disabled conditionally.
The last thing left to do is to give the labels more space as the line wrapping for System Software Version is undesireable and only gets worse when viewed on mobile.
I know I can:
- Continue adding on to the edit event and customize there
- Create a template for the edit window
Both these options aren't ideal as I'd much prefer not messing with the DOM to this extent in the edit event. Since I haven't worked with templates before however, switching over to that option is daunting.
What are my options here? Am I overlooking something? If I wanted to start using templates for the edit window - how do I get started?