Hi,
What is the easiest way to prevent data changes to the grid while still allowing the group-by feature? I have tried the grids Enabled property but it disables the group-by as well.
Thanks in advance,
Aaron
You probably want to use the AllowUpdate property. This KB article should help:
HOWTO:How can I make a grid or a column, row, or cell in the UltraWinGrid disabled or read-only?
Thanks Mike - spot on!