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
4695
highlight the entire row, instead of cell
posted

Dear all,

I have set the cell activation to be "NoEdit". When I select the row, i want it highlight the entire row, instead of the cell as shown below. Do you have any ideas? Any sample code???

 

Parents
  • 53790
    posted

    Hello

    Maybe one possible approach could be if you are using:

    ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;

    Please let me know if you have any questions

    Regards

Reply Children
No Data