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
40
How to disable "multi-select" and "Delete Row" functionality of XamDataGrid
posted

I want to know how to disable "multi-select" and "Delete Row" functionality of XamDataGrid.

Its urgent - please help. 

Parents
  • 6867
    Verified Answer
    posted

     You can turn off those features via the FieldLayoutSettings, as seen here:

     <igDP:XamDataGrid>
      <igDP:XamDataGrid.FieldLayoutSettings>
        <igDP:FieldLayoutSettings AllowDelete="False" SelectionTypeRecord="Single" />
      </igDP:XamDataGrid.FieldLayoutSettings>
    </igDP:XamDataGrid>

    Josh

Reply Children
No Data