control
Hello, Could you tell me wich control is in the center of the link image. I need to be able to do the same such as hiding and showing the right part on the Windows. Thank you Best Regards
View ArticleReply To: control
Hi Pierre If this is Winforms then the control that you are after is the split container, which has the facility to hide and show sections (or panels as they are referred to). Dom
View ArticleAccess to records in Detail View
Hi, It it possible to gain access to the data in the Detail View programmatically (i.e. that popup window that appears when you right click on a sum values column)? Also, is it possible to implement a...
View ArticleReply To: C1Combo.Columns Set width during runtime
Hello, the first Link from Reema gave the hint although the information on this site is really marginal. But with the information that there exists a method called AutoSize for an object called...
View ArticleControl
Hello, Could you tell me wich control is in the center of the link image. I need to be able to do the same such as hiding and showing the right part on the Windows. Thank you Best Regards
View ArticleC1Chart3D data binding
Hi, I have spent two days trying to bind data to the C1Chart3D by using following code in xaml I have a data model which contains Elevation, Azimuth, Start, Step, and ZData properties. And the data...
View ArticleReply To: PropertyGrid Custom Editor sample
Hi, Below are couple of links showing custom editor in C1PropertyGrid:- http://our.componentone.com/groups/topic/c1propertygrid-custom-editor-modal-window/...
View ArticleReply To: Report Generation, Loading the image from custom location
Hi, Thanks for providing the sample application and the screenshots! Since the number of images and textboxes to be displayed in your report is dynamic and you are not assigning a particular data...
View ArticleReply To: Report Generation, Loading the image from custom location
My requirement is different. I have to add 'n’ number of images to the document and it will be decided during run time. Here what you are doing is adding the data prior to run .
View ArticleUpgrading components from v2.0.xxx to v4.0.xxx
Hi, We have a set of FW4 projects referencing the following old versions of Your components: * C1.Win.C1Input.2, Version=2.0.20071.32001 * C1.Win.C1TrueDBGrid.2, Version=2.0.20071.61115 Now we’re...
View ArticleReply To: wijgrid: Cannot call method 'subscribe' of undefined
Hi, I’ve tested the same in the attached sample, however cannot replicate the error mentioned by you. Can you look into the attached sample and test the way you’ve added the grid as compared to mine...
View ArticleReply To: Binding within C1ToolbarStrip
Its difficult to say without actually reproducing the issue. If it works in a small sample, it looks like an implementation issue. Thanks
View ArticleReply To: Allow adding only one new row in C1DataGrid
Hi, 'e.NewRow.DataItem’ will give you the corresponding item which you can check for required conditions and cancel the edit. It works fine for me. Doesn’t that work for you? Regards
View ArticleReply To: Vertical Bar chart Shift+click select multiple data in single...
Thank you for your response. May I know how I can prevent the selection event to bubble up? The parent container of the chart, upon selection of chart data, also gets selected/deselected. Thanks!
View ArticleReply To: Freeze of the UI
Hi, here I use a MVVM pattern, and my data change on the VM side, and the binding process updates the graph. Do you think that run the update asynchronous will solve the problem? I think that the UI...
View ArticleReply To: FlexGrid – Grid Lines Not showing correctly – Studio version...
Hello, According to the developer, it is a designed behavior in C1FlexGrid_Lightswitch. In the release note of C1FlexGrid in build 35 , the same is mentioned as follow: — When the Cosmopolitan theme...
View ArticleDataMode settings for c1FlexGrid
hi experts, As like vsFlexGrid DataMode settings is there any dataMode setting for c1FlexGrid if there please suggest me the property names for C1FlexGrid if there is no such settings how can we...
View ArticleReply To: c1TextBox foreColor
Hello Scott, The project you sent shows the upper two controls in grey & the lower control in white. As you mentioned, at your end, the upper two controls are shown in white. Is this the issue you...
View ArticleReply To: Allow adding only one new row in C1DataGrid
Hi, I was trying this approach, I used CommittingNewRow += (s, e) => { if (ItemsSource == null) return; bool hasEmptyRows = false; foreach (var row in ItemsSource) { var dataItem = row as...
View Article