Print Page | Close Window

Report Control: combobox problem C#

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=1260
Printed Date: 09 May 2024 at 6:41pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Report Control: combobox problem C#
Posted By: maksim
Subject: Report Control: combobox problem C#
Date 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();



Replies:
Posted By: Oleg
Date Posted: 11 October 2004 at 1:03am
Can't reproduce it. May be your form has TopMost property?

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: maksim
Date Posted: 11 October 2004 at 7:48am
Thak yoy

It is help :)



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net