Search Results

Type: Posts; User: ralex

Search took 0.01 seconds.
  1. Thanks, much appreciated. The intercept on startEditing solved the main problem of the user being able to select another row after adding a row but not providing a valid input.

    I added a few other...
  2. A user can still move to another row after doing an add. The validation does not stop that. You can easily test this by adding the bit of validation to the RowEditor demo and see that this is the...
  3. I tried the editor control validation approach but unfortunately this don't address the problem.

    The problem, as I see it, is that the row editor doesn't lock the user to the row if the user...
  4. I can provide a project sample but I think the problem can be demonstrated in the gridpanel/plugins/roweditor demo. In the demo, how would you prevent the user from adding a row with "New Guy" as the...
  5. The ValidateEdit event does not fire in the scenario I described. This was one of the first things I tried. I also couldn't find any other events that would let me do something similar.
  6. I am using a RowEditor in a fairly standard scenario with most of the code taken from the demos. I have an add button that I've wired up in what seems to be a fairly standard way:



    var grid =...
Results 1 to 6 of 6