FMXGrid Mobile Keyboard Type

Hi


Is there a way to set the keyboardtype for a grid eg. I have a grid where I just want to allow quantity input and therefore only require the numeric keyboard. At the moment this is applicable to all cells in the grid but in another scenario it may be a normal keyboard for text and a numerical keyboard for quantity. I have tried changing the column editor to etNumericedit but it doesn't control the keyboard type.

Thanks

Hi, 


You can try with TMSFMXGrid1.CellEdit.KeyboardType := TVirtualKeyboardType.NumberPad;

Kind Regards, 
Pieter

Thanks Pieter you rock !