How to disable editing and block adding Gridview lines

Asked

Viewed 1,167 times

1

I have a GridView that the user enters with some information and saves, I would like that after clicking save. put all grid in mode ReadOnly and also would like to block to insert or delete lines.

I’m using Devexpress 16.1’s Gridcontrol`

inserir a descrição da imagem aqui

1 answer

4


I managed to Resolve by editing the property:

gridView5.OptionsBehavior.Editable = false;

Thank you.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.