Hi, I have a question about how to set the width of RepositoryItemLookUpEdit control, i want the inplace-editor control width is equal with the column width when the control is popuped. I read some other posts and knew this solution: control.PopupFormMinSize = new Size(10,0); control.PopupWidth = 100;...