How to keep the cell highlighted while editing

守給你的承諾、 提交于 2020-06-29 04:05:17

问题


I have a developed a custom drop-down renderer and drop-down cell editor. When the cell is highlighted by single clicking, the following css is applied to get the effect as shown in picture

.ag-cell:focus {
  border-radius: 5px;
  border: 2px solid blue !important;
}

I would like to have the same css on the cell when it is being edited by double clicking the cell. At present, the cell highlighting is missing as shown in the below image

来源:https://stackoverflow.com/questions/61821748/how-to-keep-the-cell-highlighted-while-editing

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