Hi,
I'm writing HTML helpers that will render different kinds of objects based on the helper parameters.
As our application is Kendo based, my Html helper should render say a kendo datePicker or a Kendo Numericbox.
I can easily render HTML but the kendo object are Helper-generated too so I'm wondering what would be the best way to achieve my goal ?
I'm writing HTML helpers that will render different kinds of objects based on the helper parameters.
As our application is Kendo based, my Html helper should render say a kendo datePicker or a Kendo Numericbox.
I can easily render HTML but the kendo object are Helper-generated too so I'm wondering what would be the best way to achieve my goal ?