![]() |
Report Control: combobox problem C# |
Post Reply
|
| Author | |
maksim
Newbie
Joined: 10 October 2004 Location: United States Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Topic: Report Control: combobox problem C#Posted: 10 October 2004 at 10:32pm |
|
Hi,
can anybody explain why after adding combobox column into REport control in C#. After pressing on Combo Button at runtime thereis no dropdown list, but still able to select records by typing they name. Thanks. Adding column code: XtremeReportControl.ReportColumn rc; rc = rpc_emails.Columns.Add(Constants.COLUMN_LABBEL, Constants.EmailColumnLabel, 80,true); rc.EditOptions.Constraints.Add(Constants.EmailsNames[(int)Emails.Buissness].ToString(),(int)Emails.Buissness); rc.EditOptions.Constraints.Add(Constants.EmailsNames[(int)Emails.Home].ToString(),(int)Emails.Home); rc.EditOptions.Constraints.Add(Constants.EmailsNames[(int)Emails.Other].ToString(),(int)Emails.Other); rc.EditOptions.ConstraintEdit = true; rc.EditOptions.AddComboButton(); rc.Editable = true; rpc_emails.Populate(); |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 11 October 2004 at 1:03am |
|
Can't reproduce it. May be your form has TopMost property?
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
maksim
Newbie
Joined: 10 October 2004 Location: United States Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Posted: 11 October 2004 at 7:48am |
|
Thak yoy
It is help :) |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |