Hi, i doesn't found how to disable that the user can click on a cell (webgrid) (and no marking of the currently selected cell)
hi i did this maybe it works for you
<igtbl:UltraGridBand AllowColSizing="Free" RowSelectors="Yes" DataKeyField="CODI_DOCU" CellClickAction="RowSelect" SelectTypeRow="Single">
Hi , it does'nt work :(see attached picture, i can still click any cell in the grid and it will be marked as selected.
i want prevent this selecting.
Hello,
This black border is coming from activation. You need to set DisplayLayout.ActivationObject.AllowActivation=False
that is :)problem is solved. thanks