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
2945
Highlight row/column headers like Excel
posted

Hi,

I have searched the forums, but can't find the answer I am looking for.

Is it possible to highlight the row and column headers when you select a cell in the grid, like it does in Excel?  I don't want the row or the column itself to be highlighted, just the headers.

Thanks,
Campbell 

Parents
  • 53790
    posted

    Hello Campbell ,

     

    Maybe one possible approach to acheve desired behavior could be if you are using both events  ultraGrid1_BeforeCellActivate() and ultraGrid1_BeforeCellDeactivate() to set Header and RowSelector  appearance. I made small sample for you. Please take a look at the attached sample for more details and let me know if you have any questions.

    Regards

     

Reply Children