Delphi XE5 FireMonkey TstringGrid cells don't accept keyboard input

旧街凉风 提交于 2020-01-15 15:57:30

问题


I am using a TStringGrid which is placed on a popup (TPopup). when the user click a button the popup will appear with the stringGrid. user will then insert some data in the cells then clicking an apply button on the popup which will update a data array. the popup is used as a metro style flyout as per firemonkey sample.

the problem is that the string grid appears put when trying to edit a cell it doesn't accept any input from the key board.

Any idea how to solve this problem. I am using Delphi XE5.

来源:https://stackoverflow.com/questions/20871138/delphi-xe5-firemonkey-tstringgrid-cells-dont-accept-keyboard-input

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!