Dear all,
suppose that you have a numeric textbox column.
<e-grid-column field="Price" headerText=@Localizer["Precio"].Value editType="numericedit" width="95"></e-grid-column>
It might be desiderable to not have the spinbutton like this:
We dont want the spinbutton as maekrd but the possibility to enter directly the text without spinbutton. In nomarl ej-numerictextbox there is an option showSpinButton="false" , is a similar option available to the grid column or shall i convert all as text.
Best Regards,
Giorgio