Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
530
Setting Focus to a Cell in the ActiveRecord by column name its bound to
posted

Is there  a way to set focus to a Cell in the ActiveRecord by column name its bound to?  We have some background validation logic that finds errors in the current record before it's committed.  I would like to be able to set the current ActiveCell of the CurrentRecord based on the data column name from our validator.  I can iterate through the fields collection and find the field, but I'm not sure what I do with it once I have it to set the focus.