Hi Bilal,
The NumericTextBox appearance is broken by the form-control class, which enforces an unexpected display:block style. One option is to add an inline
display:inline style to the affected <input> elements. Another option is to add one more CSS class to the <input>s (e.g. my-kendo-form-control) and use the following CSS rule:
Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!