Hi guys, thank you in advance for your support.
I think I cam across a bug in grid validation.
I have a grid parent and a child grid with parent/child relationship set. I have on the parent grid, "cellEditAutiSync" true. I have on the parent grid a Validation Procedure to validate and prevent a delete if child recs exists. The validation prevents the delete with a notification that there was a error but no column is highlighted in red to hover over to get the exact error. because the auto sync also tries to save. If I turn off the auto sync, the validation still works AND I get the column highlight in red to get proper hover error message.
I would like to add a potential validation enhancement. Where the error message from the validation procedure uses fx_p_grid_api.add_grid_error
(p_column_name => 'CONTAINER_CODE'
,p_message => 'You cannot DELETE CONTAINER when Orders Exists. #of Orders: ' || v_val
);
that a option could be set to either highlight the cells as current, or a notification option to pop up showing that error with a timer option or OK confirmation. Also, Maybe a option to show all Errors or show first error and return back to app.
maybe you can add that to wish list....
one more suggestion, I love on some foex components you add most Custom Config options in the Help, can you do that for all foex components? I speand alot of times viewing sencha help pages to see if some property is available to set/use. The foex grid, you add most config options, then others maybe has 1 or 2 while alot do exists. (Thanks)
here is autosync on, all I did was click delete icon and I get error along with sucessful save/refresh. NO HIGHLIGHTED CELL to get proper error message.

I turn OFF auto sync. and I get error message only with column highlighted.


