Is Spread Support Touch Keyboard?

Posted by: guisoft on 12 July 2018, 4:43 pm EST

    • Post Options:
    • Link

    Posted 12 July 2018, 4:43 pm EST

    Development Environment:

    IDE: Visual Studio 2010

    Language: Visual Basic

    Framework: .Net 4.0

    Form Environment: Windows Forms

    GrapeCity Spread Studio 9 V9.35.20161.0

    We wish the Spread Cell to automatically display and hide the touch keyboard

    in the context of Microsoft Surface Pro (Windows 10) for desktop execution mode and

    without a physical keyboard.

    Is Spread support for the above requirements ?

  • Posted 15 July 2018, 8:25 pm EST

    Hello,

    In latest version v11.0, you need to set the ‘ShowTouchKeyboard’ when starting editing the cell:

    private void fpSpread1_EditModeOn(object sender, EventArgs e)

    {

    fpSpread1.ShowTouchKeyboard();

    }

    private void fpSpread1_EditModeOff(object sender, EventArgs e)

    {

    fpSpread1.HideTouchKeyboard();

    }

    Please go through the documentation here to know more about Touch keyboard:

    http://help.grapecity.com/spread/SpreadNet11/WF/webframe.html#tskeyboard.html

    Thanks,

    Deepak Sharma

    Thanks,

    Deepak Sharma

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels