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
1445
How do I highlight the cell and not the entire row?
posted

When I click on a cell, I do not want the entire row hightlighted. I just want the cell. How do I do that?

I have tried this ... (in the initializelayout function)

 

e.Layout.Bands[0].Override.SelectTypeRow =

 

SelectType.None;

e.Layout.Bands[0].Override.SelectTypeCell =

 

SelectType.Single;

 

and it still highlights the entire row