Reply To: Grid Tap Action
Hello, I tried the same with the latest version 42 and screen did come up correctly on clicking any row. Could you kindly try with the same and let me know your observations ? The build is available...
View ArticleReply To: InputTextbox multiline wordwrap with BoundValue
Hello, You need to explicitely set height of the InputTextBox to a certain value instead of default value. This is the design behavior. Please have a look at this link for the same:-...
View ArticleReply To: Parameter name: area’ —> System.ArgumentNullException: Value...
Dror_r, I believe we have isolated the issue. Whenever we change the margins of the report to something like 1cm as opposed to .5cm, the program no longer throws the exception. I would recommend...
View ArticleConfiguration error when deploying
Im getting configuration error when deplying application to live server. Mine is a shared hosting in godaddy. I’ve included the licence.licx file according to the documentation and included that two...
View ArticleReply To: DataBound InputPanel Wont Save Updates To A Record
Hi, C1InputPanel doesn’t save any updates to a data source. For example, when the user clicks the "Save Data" button on InputDataNavigator it simply fires the SaveData event where the developer should...
View ArticleReply To: Grid Control Help Required
Hi aisonesystems, I apologize for the delay. 1) You can add columns manually to C1GridView using the following code : C1BoundField col1 = new C1BoundField() { HeaderText = "Column1″ }; C1BoundField...
View ArticleReply To: Items aligned on the right side ?
Hi Georg, You can put buttons for Login/User Info Help to the RibbonConfigToolBar that is displayed on the right side of the ribbon. See C1Ribbon.ConfigToolBar property. Regards, -Andrey
View ArticleReply To: Parameter name: area’ —> System.ArgumentNullException: Value...
See attached sample demonstrating margin properties fix. Note: You will need to change the file paths in the form’s code behind to match what is on your system.
View ArticleReply To: C1Chart Control style and layout
Hi Peter, Please take a look at the following documentation links which describe how to set the style and other properties of the legend and title :...
View ArticleReply To: Need help to write spread (3.0) contents to a text file with column...
Hello, You may export to Excel to get the content as it is from SpreadSheet. Thanks, Deepak Sharma
View ArticleReply To: FrozenColumnCount > 1 causing endless edit end loop
Hello, Could you please provide me a sample application to reproduce this issue? Also let me know the steps to reproduce the issue. Thanks, Deepak Sharma
View Articlecheckbox in column header
hi i have splited header into two rows like as follows var ch = _flex.ColumnHeaders; ch.Rows.Add(new Row()); _flex.AllowMerging = AllowMerging.ColumnHeaders; ch.Rows[0].AllowMerging = true;...
View ArticleReply To: Using PDF Exporter
Hi CLW, You could try the following code to export a PrintDocument to pdf using PdfExporter : Dim pd As New PrintDocument() AddHandler pd.PrintPage, AddressOf Me.pd_PrintPage Dim exporter As New...
View ArticleReply To: VB6 FPS Locking a cell based on a value.
Hello, To lock a particular cell you write the code as follows: fpSpread1.Col = 1 fpSpread1.Col2 = 1 fpSpread1.Row = 1 fpSpread1.Row2 = 1 fpSpread1.BlockMode = True ' Lock cells fpSpread1.Lock = True...
View ArticleReply To: ExportExcelBook
Hello, With Spread 8 for COM there is no direct way to save a particular sheet or a group of rows to Excel. To achieve this you may use a work around where you can use a hidden Spread and copy the...
View ArticleReply To: Issue with filtering…
I am facing same issue with Active Analysis control version 2.1.827.0 Please find the screenshot of the issue Is this issue resolved with latest update?
View ArticleReply To: Load On Demand Trigger Mode
Hello. In your last answer, you stated this behavior as “intended”, in order words “as expected”. With all due respect, we disagree.!!! While the sheet in the client side grows, the time to load new...
View ArticleReply To: Need help to write spread (3.0) contents to a text file with column...
Hi, Sorry, I think Deepak is confused about what you’re trying to do. This forum is for Spread Windows Forms questions, but I think you are using Spread COM 3.0 instead? Are you using this SaveTabFile...
View ArticleReply To: Where is the 2013v2 documentation?
Thanks very much for the update. I installed it just now and it seems to work fine. I appreciate it.
View ArticleReply To: Breadcrumbs possible in Mobile D2H?
Ditto re my searches on same key words, etc., but thought perhaps someone in the Forum had found a way. It’s really easy for a user to get lost in the Mobile version. Thanks. JT
View Article