When I tried clicking on the wingrid cell, the cursor is appearing on the cell, I do not want show the cursor on the grid, Only Row Select and cell select need to implement.
Please help
Hello Jeni,
If I understand well your requirement, maybe you could try:
ultraGrid1.DisplayLayout.Override.CellClickAction =CellClickAction.CellSelect;
or
ultraGrid1.DisplayLayout.Override.CellClickAction =CellClickAction.RowSelect;
Let me know if you have any questions
If you need any additional assistance don’t hesitate to ask.
Regards