VS Flexgrid 8.0 for VB6
Hello All, I am currently maintaining a legacy system, i was wondering if there is any way to enable the vertical scrollbars on VS Flexgrid, even though the .ScrollBars property was already set to...
View ArticleReply To: DateTimePicker accept . (period)
Perfect, that Mask property did the trick. now they don’t have to type a delimiter at all. thanks for your help. not sure if I’m being an idiot but I can’t see a way to mark the above as the answer???...
View ArticleReply To: Summary properties work incorrectly for report binded to DataReader
Hello, Replace the DistinctField property’s value from '.’ to 'null’. Run the sample and the numbers would be displayed. You are requested to test with the latest build of AR7, available at:...
View ArticleReply To: Summary properties work incorrectly for report binded to DataReader
Hello, Replace the DistinctField property’s value from '.’ to 'null’. Run the sample and the numbers would be displayed. You are requested to test with the latest build of AR7, available at:...
View ArticleFarPoint 7 multi-combobox
In Farpoint 5, whenever a combo-box cell was double clicked, it could display at least 4 values– the size of the combo box was bigger than a cell But with Farpoint 7.0, only one value is seen since...
View ArticleReply To: Issue with ZoomAction and negative Y axis
I continue to have crashes of C1Chart during a zoom, I’m waiting for a response from a month… Please
View ArticleReply To: FlashViewer Clientside Events
Hello Sachin, The feature is a part of AR7 and you may refer to the following documentation links for further clarification and implementation :...
View ArticleReply To: OutputFormat not working on dynamic textbox
Hello, As per my understanding of the issue the value of the TextBox control is set before setting it’s OutputFormat. Try setting the OutputFormat before setting the value of control and it would be...
View ArticleReply To: ActiveReports as web service licensing error
Hello, The issue might be related to permissions, please make sure that permissions have been set to allow the ASP.NET user to consume the services. Or you may try running the application on...
View ArticleHow to use/save the drag option in calendar?
In the Wijmo calnder you can drag the event to Another time. How do I trigger that event to the contentItem? Regards Sven
View ArticleFlexGrid Selected Cell
Hi, How can I change the color of the selected cell? As in the demo, which changes the cell to a blue color (Image App_Demo). Where can I set this property? Because in my application only showing the...
View ArticleReply To: Support for ExpandoObject/Dynamic data types
Hi Stephen Sorry for the delayed reply. Seems to me you should be able to achieve what you want pretty easily, as long as you don’t use AutoGenerateColumns (because the grid won’t be able to figure...
View ArticleC1FlexGrid DataBinding
Correct me if I am wrong. 1) C1FlexGrid columns set in designer. 2) AutoGenerateColumns set to false. 3) SetDataBinding(datatable,"",true) and data appears fine correctly formatted. 4) Remove the...
View ArticleReply To: WPF C1:busy indicator
Hi Kareem, You may implement this using a C1MaskedTextBox, by handling its \’PreviewTextInput\’ event. c1MaskedTextBox1.PreviewTextInput += (s, e) => { Regex regex = new Regex(\"[^0-9.-]+\"); if...
View ArticleReply To: textbox accepts only unfixed size of numbers MVVM
Hi Kareem, I replied to this at http://our.componentone.com/groups/topic/wpf-c1busy-indicator/#post-596875 ~Anupam
View ArticleReply To: Where to download 2012 V3 Winforms documentation
Hello, You can download the same from here:- cdn.componentone.com/files/winforms/HelpWinForms-HelpViewer_2012v3.msi Hope it helps. Thanks, Reeva
View ArticleReply To: ComponentOne Combobox Interactions MVVM
Hi Kareem, Sorry for the delay in response. I really can’t say without looking into the entire implementation. Can you please post a complete sample, that shows this behavior? Or, if you wish you may...
View ArticleReply To: Getting rid of the “Expired Trial” pop-up
Hello Eduardo, Please click on the 'About….’ box of the control in the property window. This will update the licensing info. in your app. Once done, please 'rebuild’ the app and it should work fine. I...
View ArticleReply To: C1Chart color bars customization
Hello, Kindly try the following code : C1Chart chartSL; void chart_ControlAvailable(object sender, ControlAvailableEventArgs e) { chartSL = (C1.Silverlight.Chart.C1Chart)e.Control; chartSL.Loaded +=...
View ArticleReply To: FlashViewer Client API
Hello, Please refer to the following documentation links wherein a complete walkthrough has been described which describes how can the FlashViewer be customized:...
View Article