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
Post a Comment