Quantcast
Channel: Our ComponentOne » All Posts
Viewing all 14170 articles
Browse latest View live

Reply To: Cut-Paste Operation on Treeview for random nodes

$
0
0

Hi,

Thanks for providing the screenshot.

The sample application provided in our last post i.e; C1TreeViewUndoRedoSample.zip represents the procedure to perform clipboard operations on a C1TreeView. Hence, we request you to please follow the same sample application.
If issue still persists then please share the stripped down sample application representing the issue you are facing.
Furthermore, in a key/value pair the key must be unique and so, if you are pasting the copied item then you need to assign a new key to the newly pasted node.

Thanks,
Akshay


Reply To: Update project after ComponentOne update

$
0
0

I have updated from live and update project with projectUpdater and the controls into the forms have been updated. All is ok now.
Thank you very much.
Victor

Reply To: Update project after ComponentOne update

$
0
0

I´m sorry. I continue with the problem. I have updated the studio component but not the control of my project.
Help please.
Best Regards
Víctor

Reply To: C1DateEdit Calendar Date Not Available After Selecting or Clearing from Calendar

$
0
0

Were you able to get an update Nilay?

Stack Overflow Exception

$
0
0

Hello. Tried to use the FlexGrid contol in my MVC app. Created the view using C1scaffolder.

Controller:

public ActionResult Index()
        {
            var model = db.RegionOwners.ToList();
            return View(model);
        }

On Debug - The page waits for a bit and I get the exception as attached.
Please let me know if this behavior has been noticed before.

Thank You

Reply To: C1RichTextBox Text property not updating?

$
0
0

Hi david_saylor,

Could you please provide a simple sample to reproduce this issue?

Thanks,
Henry

Reply To: C1RichTextBox Text property not updating?

$
0
0

Hi david_saylor,

Could you please provide a simple sample to reproduce this issue?

Thanks,
Henry

Reply To: Stack Overflow Exception

$
0
0

Hi,

I think your project uses entity data with relationship. If so, try to use this workaround. Add ProxyCreationEnabled=false to the Action. See below code:

private NORTHWNDEntities db = new NORTHWNDEntities();

        // GET: Categories
        public ActionResult Index()
        {
            db.Configuration.ProxyCreationEnabled = false;
            return View(db.Categories);
        }

Actually, this issue is fixed in the coming v3 release which will be public this Month.

Thanks.
Regards,
Ryan


CellRange is invalid error

$
0
0

I use C1FlexGrid to show and update real-time data, also customize highlight cells and rows programmatically. My user finds \"CellRange is invalid\" exception occasionally, but I can\'t reproduce such error.
Could you give me some hint what reasons can raise up such expception? I don\'t think the reason is index out of range. Thanks.

Reply To: CellRange is invalid error

$
0
0

The exception screenshot is attached.

Reply To: SPREAD 3.0 FOR WINDOWS 7

$
0
0

@DeepakSharma14 said:
Hello fssergio,
You may download Spread 3 32 bit set up from the following location it works fine on a windows 7 64 machine bit as well.

ftp://ftp.fpoint.com/Spread3/sp3one.zip
ftp://ftp.fpoint.com/Spread3/sp3two.zip

You need to download both the folders and install the setup found in one of those as administrator.

--
Thanks,
Deepak Sharma

We have Spread 2.5 and have lost the product key and Serial number. trying to port the vb6 applications to Windows 10 could not install Spread 2.5 for the 16 bit controls. So I downloaded Spread 3, installation is asking for Key and serial number. could you direct me to get these.
Thanks in advance

c1pdfdocumentsource rendering

$
0
0

We are evaluating the c1pdfdocumentsource control for use in our product. Testing has shown PDFs do not always render correctly compared to the Adobe PDF viewer.
The version we are using of the c1pdfdocumentsource control is 4.0.20162.166.
I understand the component is in beta. When do you plan to release an official version of this component?

I've attached a document showing how it is rendered in the report control compared to the Adobe viewer. Differences are marked by a red box.

Thanks!

Reply To: RibbonApplicationMenu height limits number of sub menu items

$
0
0

Hi,

The developer has added the boolean AllowExtendedSubmenuHeight property in the upcoming build 214. Setting this property to true (it is false by default) allows extending the submenu options beyond the application menu. Hope that will help.

Thanks,
Pragati

Reply To: CellRange is invalid error

$
0
0

Hi Yougu,

I tried replicating the error using the attached application but could not do so. Would it be possible for you to ask your user in which scenario is he getting this error and the steps to reproduce the problem, so that I could narrow down the problem and assist you better? Also. please share the build version you have used for developing the application.

Thanks,
Pragati

Reply To: Page Navigator Total Page Count Zero

$
0
0

Hi,

I could replicate the same problem at my end. So, I have asked the development team to look into the same and fix the issue in control.

In the mean time, you can set the Text property of LabelActionElement in Load event of the ViewerForm as:

        private void ViewerForm_Load(object sender, EventArgs e)
        {
            c1FlexViewer1.RibbonElements.PageCountLabel.Text = "of {0}";
            c1FlexViewer1.ToolBarElements.PageCountLabel.Text = "of {0}";
        }

Hope, it will work for you.

Thanks,
Sonu


Reply To: Problems after updating to 20163.212

$
0
0

Hello Nilay,

I tested the above mentioned sample and it works fine.

Kind regards
Lars

Reply To: Problems after updating to 20163.212

$
0
0

Hi,

As discussed in the ticket(218871), I am escalating this case as a bug.

(Internal bug tracking ID: 219200)

~nilay

Reply To: SPREAD 3.0 FOR WINDOWS 7

$
0
0

Hello,

You need to contact our Spread Sales team at any of the below mentioned addresses:-

Tel 1.800.858.2739 | 412.681.4343
Fax 412.681.4384
E-mail spread.sales@grapecity.com

They will help you in this regard.

Thanks,
Reeva

Reply To: Switching printers between pages

$
0
0

Hi,
Please note, the sample application attached works fine at my end.
So this is very difficult to provide a solution for an issue without replicating the same.
However, you can check the followings:
1) PrinteName is same as one of the printer name which is installed on your system (See the attached image).
2) Is printer working fine with the same system?

Hope, it may solve your issue.

Thanks,
Sonu

C1RichTextBox Backspace and Enter keys not working

$
0
0

Hi,

Iam using C1RichTextBox in Silverlight Application and when App is running in IE 8 backspace and Enter key is not working in IE Browser and where as it is working in IE 11.

Can you please suggest ways to fix this and make it to work in IE 8. Because most of our APP users are using IE 8 browser and facing issues with backspace and Enter key.

Thanks
Krishna

Viewing all 14170 articles
Browse latest View live