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
1024
columns editable
posted

how do i make a column editable= false in a xamdata grid??

 

thanks

Parents
  • 9836
    posted

    Hi,

    You can try to set AllowEdit for the field you need to disable e.g.:

    <igDP:Field Name="name">
         <igDP:Field.Settings>
               <igDP:FieldSettings AllowEdit="False"/>
         </igDP:Field.Settings>
    </igDP:Field>

Reply Children
No Data