No. I will look and see what the fallout would be to expose this.
After all of the functionality that we have added to this control lately what is one more property...I will see if I can get it in before the next update.
Technically, yes. You would probably want to create a user control that is dropped on the InformationPanel since you can setup an SF user control to do all of the binding like in a form. When the RowChanged event fires, then you can load the record into the BO on the user control (I think this would be easier than trying to use a translation) through the CopyDataFrom method on the BO....but it is up to you to take care of the Saves since this is not intrinsic logic.
This is still on my "to look at list" to see what all of the implications will be. So the verdict is still out on this one.
Actually I added a property to the BrowseDialog called SetFocusToResultsAfterSearch practially the same day that you asked for this. it is presently in the 1.6.5 beta.
One other question...what elements are they complaining about? The labels, textboxes, etc? Does this include the results list?
Like Keith i also have some users, who uses the keyboard a lot and they would really like this feature.
I set the SetFocusToResultsAfterSearch property on my browsedialog to true, but the focus stays on the searchfield after the search. If i then tab to the resultlist and use the downarrow, the resultlist moves down on the form, not moving the selected item in the resultlist as i expected.
Keith, did u get it to work?