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
2275
Can't get grid to scroll after finding record
posted

After finding the row I just added with my own method (sometimes GetRecordFromDataItem() does not work even when I see the record in the debugger) I set the DataRecord's IsSelected and IsActive properties to true and the ActiveDataItem to the object and set the ActiveRecord to the found DataRecord, and still the newly added row will not scroll into view.

What do I have to do to make that happen?

Thanks.