Hi!
I created a grid with a textcolumn and a combocolumn. I did a personalized upate, exclude and insert buttons like the example below:
http://demos.devexpress.com/Tutorials/Grid/Editing/ClientSideEditTrigger/ClientSideEditTrigger.aspx
In Columns settings -> PropertiesEditText -> Validation Settings. I seted the 'required field' to true with my personalized error message.
When I click Edit mode if every thing goes fine... if I clear the textbox and press updade, it raises a exclamation mark with the message I seted before.
But when I insert a new item, the textbox and the combobox comes blank. If I press update when they are blank It simply closes the edit template and does nothing.
I tried the Validation example in grid Editing:
http://demos.devexpress.com/ASPxGridViewDemos/GridEditing/Validation.aspx
But it seems to always show the error message below and never update anything.
Thanks in advance.