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(); }
i got solution problem below link. http://www.devexpress.com/support/center/question/details/q400321
Comments
Post a Comment