css - Devexpress BatchEdit cell style - Simulate input -


i'm using devexpress , have aspxgridview can modified batchedit.

this grid have cells can edited, , on same column cells can modified , others not (it depends on conditions , control js onbatchstartedit)

i want user see cells ready edit , ones not. thought simulating style if input css outline , outline-offset, outline-offset not work on ie , without it, ugly.

another option thought border + radius, radius background color of cells outside radius stays in white, , don't want because row must have same color.

do have solution issues of options above or new way want?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -