Hi Georgi,
The ''Control'' celltype is designed such that if you assign a control to style object, grid handles the drawing in two different scenarios. For the currentcell which is in focus, it just places the control at the particular cell and gives focus to it. For other cells, it renders the control to a bitmap and then draws the bitmap instead since there won''t be active editing in it.
In your scenario, you could set focus to the control in all the cells (both current and others) by having a custom cell and overriding GridGenericControlCellRenderer.OnDraw method.
Please refer this modified sample to see if that helps.
UserControlInGrid.zip
Best regards,
Jay N