Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1310
Cursor in the Wingrid
posted

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

Parents
  • 53790
    Verified Answer
    posted

    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

Reply Children
No Data