Licensing Problems with FlexGrid.5
Hy Guys, After we decided to buy an C1 License for the Silverlight FlexGrid Component we were wondering why the activation won’t work. The Dialog Shows up that the copy of C1.FlexGrid is activated,...
View ArticleReply To: Glossary links get lost in manual target
Hi, D2H has changed notation in Word for links … from comments to D2HML styles, and still handles the old comments as before. Sorry, I don’t know anything about the "programm code", and I’m not sure...
View ArticleReply To: SetLicense(string)’ is obsolete (6.1)
Thanks Mohita. I’ll take a look at the link. Regards, Darren
View ArticleReply To: Licensing Problems with FlexGrid.5
Jesus Christ, I got it. After Re-looking at the Xaml I saw following Piece of code c1:LicenseMode.Evaluation="True" and quickly changed it to c1:LicenseMode.Evaluation="False" . Now it seems to work.
View ArticleReply To: Unbound spreadsheet – performance tips?
Ok. Thanks for the information. One more question just to confirm: I found this link on CustomFilter: http://our.componentone.com/groups/topic/creating-a-custom-filter/ Would it be possible for me to...
View ArticleReply To: Corrupt PDF documents
Are AR6 licenses transferable to AR7 or does it depend on the license? I don’t have the information readily available, I’d have to track it down.
View ArticleReply To: SetLicense(string)’ is obsolete (6.1)
Hello, I have taken a look at that link. (Thank you for it BTW) For asp.net, is it correct that all that needs to be done is to have the licenses.licx file and the appropriate dll’s in the project? My...
View ArticleReply To: An appropriate license has not been given to the application
Hi, The license compiler, lc.exe, is also part of the Windows SDK; please see here: http://msdn.microsoft.com/en-us/library/dd233108.aspx You can use it from the command prompt to compile the .LICX to...
View ArticleReply To: Corrupt PDF documents
I think I found the issue. I had Line objects (about 60 total for that whole section) separating every Label and Textbox. I removed them (see attached) and the error has disappeared after 3 tests. If...
View ArticleReply To: Hierarchical Display fetching the data from SQL Database in...
Hi, Expand icon may not be shown if master/child relationship is not set properly in the dataset retrieved. First you need to create a hierarchical dataset to show hierarchical view of data. Kindly...
View ArticleReply To: Using mvvm componentone wpf hierarchical datagrid
Hi Kareem, This is strange. I removed IsReadOnly=\"True\" from all columns of parent grid and child; and then I could edit both grids. Also, I added a checkbox column bound to a boolean property and...
View ArticleReply To: WPF C1:busy indicator
Hi Kareem, I’m afraid there’s no such control as yet ~Anupam
View ArticleReply To: PdfViewer zoom levels
Hello, To get the double value on changing view mode you may simply listen to the ViewModeChanged event for c1pdfviewer and get the zoom property. For example: pdfViewer.ViewModeChanged += (s, e)...
View ArticleReply To: GroupBy not working
I found out from a colleague that the grid is swallowing the true exception. I had an ItemsSource which was null sometimes during the event where I set the grouping, so I just had to add a null value...
View ArticleFilterGadget with second column header for label
I am experimenting switching over to the FilterGadget from Enhanced mode in order to improve performance. The issue I see is I still need to see the column heading for these cells. I read from...
View ArticleReply To: DataGridComboBoxColumn Binding Order
sorry, my mistake. Order of loading was not the cause, it was a context issue. thanks, Phil.
View ArticleReply To: C1DockingTabPage Control Locations Bug
Hi, Here is something I slapped together. I did grab 2 of the forms from my project and commented out all the code that would give you errors, but the problems I’m having are still in the example...
View ArticleReply To: WPF C1:busy indicator
ok Anupam_P20p , i have another question,,can u please tell me how can i make a text box accepts only numbers, i know there is a numeric textbox but it is not fitting in my case as i dont want the...
View Article