devexpress - Custom draw cell focused rectangle -


i have 1 xtrgrid first 3 columns customdrawn. if select cells in non custom drawn column showing focus rectangle. not case when select custom drawn column cells. not showing focus rectangle. there way show focus rectangle on custom drawn cells well? tried following code, not working.

if(view.focusedcolumn == e.column && view.focusedrowhandle == e.rowhandle) {     if(!view.isediting) e.cache.paint.drawfocusrectangle(e.cache.graghics, e.bounds, e.getforecolore(), e.backcolore(); } 

enter image description here

i got solution problem below link. http://www.devexpress.com/support/center/question/details/q400321


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -