C1ComboBox.OnClientTextChanged
Hello. I need to react on custom text input in the combobox. I found the OnClientTextChanged event, but it only gets fired once after the page load but not when I change the text in the combo. Any...
View ArticleReply To: c1Report Detail Section
Hi Pragathi, Thanks for the reply. I fixed it using link subreport. There was a "product Group" filed in subreport which is a hidden field. And i liked the master report and the subreport using the...
View ArticleReply To: c1Report Detail Section
Hi pragathi, Now the problem is the rectangle filed doesnt resize according to the values. For first group with 5 values, the rectangle in the master report fits only four values and the secound group...
View ArticleCell must not be null
When editing, I need a user to not leave the field nul or empty, I can catch that, but how do I prevent the user from leaving the cell or put a default value in.
View ArticleReply To: C1.WPF.C1Report references for C1DocumentViewer
Hi Reema, Thank you for the reply and the download. I looked through the two readmes with the .dlls and did not find instructions on how to install and register them. Can you point me to information...
View ArticleReply To: C1List takes very long time to populate
For me, it also helped a lot! Thanks Rijo. And thanks for asking this question, Goran ! Best regards Wolfgang
View ArticleC1OlapPage Calculate
Hi. I included a Picture. Is it possible that I can calculate the % of the previous field? That means the difference from the years? Regards
View ArticleReply To: C1.WPF.C1Report references for C1DocumentViewer
Followup: I deleted references to earlier C1Reports dlls and the errors disappeared. Would still appreciate info on how to install latest .dlls. Thanks!
View ArticleMemory Leak from Spread Designer?
Hello, My Visual Studio (2010 Ultimate) continually crashes after a number of entries into Spread Designer. I am using Spread for Winforms version 6.0.3506.2008. I have a form that has a number of...
View ArticleProblem with LightSwitch HTML Client Demo
My OS: Windows 7 Enterprise My Dev Environment: Visual Studio Premium 2012, with Update 4; Microsoft LightSwitch for Visual Studio 2012 What I’ve done: (1) Downloaded the HTML Client Extension...
View ArticleReply To: Problem with LightSwitch HTML Client Demo
Well, I just discovered that I needed to "unblock" the Wijmo dll files. (1) Exit VS. (2) Navigate to dll location. (3) Right click on file. (4) In resulting dialog, click Unblock. That seems to have...
View ArticleReply To: C1BarChart Clickable Data Point Implementation
Thank you! Though the workaround will not work for us. But your answer confirms our thinkings.
View ArticleReply To: Make Report Footer render at foot of last page
Version C1Report 2.5.20061.194 I think corresponds to C1StudioEnterprise_T106 I also have C1StudioEnterprise_T107, but when I try to install this, I get "Error 1720. There is a problem with this...
View ArticleReply To: Add a C1ContextMenu in C1TreeViewItem in Code Behind
Hello, Please have a look at the attached sample where I have implemented a custom C1TreeView template where I have used C1ContextMenu. Thanks, Deepak Sharma
View ArticleReply To: Make Report Footer render at foot of last page
Event log information is as follows: Description: Product: ComponentOne Studio™ for .NET 2.0 — Error 1720.There is a problem with this Windows Installer package. A script required for this install to...
View ArticleReply To: Subtotal row
Hello Balaji, Apologies for delay in response. In order to achieve your requirement you need to manually add the node row and then create the grouping based on that. Kindly check the below...
View ArticleReply To: How to bind C1GridView using jquery
Hi, In grid i have id filed, actually when i am reverting data from database id field is integer, but when i bind to grid its displaying comma, example : Actual data displaying in grid 220338 220,338...
View ArticleReply To: MemoryLeak in DataGrid
Hello, I have escalated this issue to the concerned team for further testing. I will let you know as soon as I hear anything on this. Thanks, Deepak Sharma
View ArticleAfter Postback Page is does not come in ready state
Hi all, We have just migrated our project from farpoint spreadsheet grid 3.0 to 7.0. In the previous version every thing was working fine, Now after migration we are facing one of the problem that...
View ArticleReply To: C1ComboBox.OnClientTextChanged
Hello, If you want to detect the change in text while typing then you will need to use the underlying input class for C1ComboBox and bind the keyup event like this: $(document).ready(function () {...
View Article