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
90
How to select entire row
posted

Can I enforce the grid to select entire row when press on any cell in this row, The normal behaviour is to highlight the entire row but the selection rectangle set to a single cell.

Can you please help me.

 

Parents
No Data
Reply
  • 90
    posted

    I found the correct way to do it as follow

    <igDP:XamDataGrid.FieldSettings>

    <igDP:FieldSettings CellClickAction="SelectRecord"/>

    </igDP:XamDataGrid.FieldSettings>

Children
No Data