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
470
Added ultracombo to ultraGrid using EditorControl.
posted

 Hi Viewers'

I've successfully added ultracombo control to a ultragrid control using EditorControl.

when i'm clicking that cell "ultracombo" is opening but the problem is that, the cell also is in editable mode, a user directly type anything in that.... that is the problem.

just i want  a user only select "ultracombo" values....

my code..

 uGrid_UserDetails.DisplayLayout.Bands[0].Columns["Group"].EditorControl = this.ucombo_Groups_hide; 

 

thanks in advance.