Row validation

Hi,

In TIWDBAdvWebGrid, I would like allow the user to validate or cancel row editing using <ENTER> or <CANCEL>.
I didn't found this option, so I suppose this requires some Javascript?
I would appreciate some indication on the event and functions to use.
Thank you.

Hi,


You can add a column of type ctDataButton to the Columns[] collection which will automatically display an Edit or Post/Cancel link for each row.