Hi,
I want to disable cell editing after display.
I try to set grid with default setting and add some rows via source code.
At run time, when I double click cell, I can edit cell data. This sitation is not I want to.
I want to lock the cell data.
Could you help me?
What's wrong with the article I linked above? This article tells you how to disable a cell. It says so right in the title.
Hi Mike:
Do you know any article but for v6.3.20063.53? I'm trying to disable a cell.
You might want to check out this KB article:
HOWTO:How can I make a grid or a column, row, or cell in the UltraWinGrid disabled or read-only?
before that in the initialize event set this code
grd.DisplayLayout.Bands(0).Override.CellClickAction = CellClickAction.RowSelect
so that click action enables row selection ..
happy coding
hi if u want to disable the cell editing .. use this code
grd.ActiveRow = Nothing