I have a grid with a Modal popup editor in place. Window opens correctly but when I add a numerictextbox widget with an Event code in place it doesn't open the popup window it displays the content at the bottom of the grid. (see attachment...) If I remove the Events code then the popup window displays correctly. I tried with Kendo sample code and the same happens.
@(Html.Kendo().NumericTextBoxFor<Decimal>(m => m.qto_subtotal)
.Spinners(false)
.Decimals(2)
.Events(events => events.Change("qto_total_calc")
)
)
Any ideas,
Regards
@(Html.Kendo().NumericTextBoxFor<Decimal>(m => m.qto_subtotal)
.Spinners(false)
.Decimals(2)
.Events(events => events.Change("qto_total_calc")
)
)
Any ideas,
Regards