Aye, lots of ways.michel wrote:Hello Srod,
Is there a way to use egrid to show data without giving the possibility to modify the shown data?
Michel
The quickest way would be to set all cells to type #egrid_StaticString etc. You can combine this with code to prevent certain cells being selected by the user etc. Of course, preventing the selection of certain cells in effect renders them read only.
Alternatively, you can intercept various messages to prevent certain cells from haing their contents altered in any way.
If you need an example then just let me know.
