Quantcast
Channel: Our ComponentOne » All Posts
Viewing all 14170 articles
Browse latest View live

FilterBar "LIKE"

$
0
0

I have 4 manual entries in my grid.
I turned on the Filter Bar.

I type in letters within my column but it only shows me items that "START" with that text.

ie:
Pain
Again
Gain

If I type in 'gain' I should get Again and Gain. However, it only shows "Gain".

I am using latest download (yesterday).


unbound grid - row "TAG"

$
0
0

Does truedbgrid support the "TAG" function - where I set the database unique id of the row to the tag?
Then when I double click the row to open the detail record, it looks at the "TAG" of the row to know which one to open?

I searched for TAG - but I think it opens every record in the forum.

Thank you.

Appointment Properties in Scheduler

$
0
0

Hi,

I am using c1Scheduler in my WPF application.

I would like to show additional properties on my schedule UI along with Body,Subject,start,end etc.

I believe that properties that i would like to show on UI needs to mapped with AppointmentStorage Mappings.

I don't have enough understanding on this area and I seem to map wrongly.

Is there a sample program that shows how to map to show additional properties.

Thanks,
Rajesh

Appointment Properties in Scheduler

$
0
0

Hi,

I am using c1Scheduler in my WPF application.

I would like to show additional properties on my schedule UI along with Body,Subject,start,end etc.

I believe that properties that i would like to show on UI needs to mapped with AppointmentStorage Mappings.

I don't have enough understanding on this area and I seem to map wrongly.

Is there a sample program that shows how to map to show additional properties.

I greatly appreciate any help on this topic.

Thanks,
Rajesh

How to switch between ribbon and normal toolbar?

$
0
0

Hello,
I'm developing an application that have toolbar control. Can we help users switch between ribbon toolbar and normal toolbar following their habit? Can we use 1 View for this?
This is the sample code for view of normal toolbar:


 <c1:C1Toolbar Grid.Row="1" Name="c1Toolbar1">
            <!--<c1:C1ToolbarTabItem Header="Tab1">--> 
                <c1:C1ToolbarGroup Name="toolbarGroup1" HorizontalAlignment="Left">
                   <c1:C1ToolbarStrip>
                    <c1:C1ToolbarButton LabelTitle="Button" LargeImageSource="/res/Open.png"/>
                    <c1:C1ToolbarButton LabelTitle="Button" LargeImageSource="/res/Undo.png"/>
                    <c1:C1ToolbarButton LabelTitle="Button" LargeImageSource="/res/Redo.png"/>
                    <c1:C1Separator Width="5"/>
                    <c1:C1ToolbarButton LabelTitle="Button" LargeImageSource="/res/ResizeImage.png"/>
                    <c1:C1Separator Width="5"/>
                    <c1:C1ToolbarDropDown Padding="2" Header="Color">
                        <c1:C1ToolbarDropDown.Content>
                            <StackPanel Margin="2" Orientation="Vertical">
                                <Button Margin="2" Content="Red" Foreground="Red" />
                                <Button Margin="2" Content="Green" Foreground="Green" />
                                <Button Margin="2" Content="Blue" Foreground="Blue" />
                            </StackPanel>
                        </c1:C1ToolbarDropDown.Content>
                    </c1:C1ToolbarDropDown>
                </c1:C1ToolbarStrip>
            </c1:C1ToolbarGroup>
           <!--</c1:C1ToolbarTabItem>-->


            <!--<c1:C1ToolbarTabItem Header="Tab2">-->
                <c1:C1ToolbarGroup Name="toolbarGroup2" HorizontalAlignment="Left">
                <c1:C1ToolbarStrip>
                    <c1:C1ToolbarButton LabelTitle="Button" LargeImageSource="/res/crop.png"/>
                    <c1:C1ToolbarButton LabelTitle="Button" LargeImageSource="/res/Print.png"/>
                    
                    <c1:C1Separator Width="5"/>
                    <c1:C1ToolbarDropDown Padding="2" Header="DropDown">
                        <c1:C1ToolbarDropDown.Content>
                            <StackPanel Margin="2" Orientation="Vertical">
                                <Button Margin="2" Content="Red" Foreground="Red" />
                                <Button Margin="2" Content="Green" Foreground="Green" />
                                <Button Margin="2" Content="Blue" Foreground="Blue" />
                            </StackPanel>
                        </c1:C1ToolbarDropDown.Content>
                    </c1:C1ToolbarDropDown>

                    <c1:C1Separator Width="5"/>
                    <c1:C1ToolbarButton LabelTitle="Button" LargeImageSource="/res/Warp.png"/>
                    <c1:C1ToolbarButton LabelTitle="Button" LargeImageSource="/res/Save.png"/>
                    <c1:C1Separator Width="5"/>
                    
                </c1:C1ToolbarStrip>

              </c1:C1ToolbarGroup>
            <!--</c1:C1ToolbarTabItem>-->
        </c1:C1Toolbar>

Please give me a solution for this problem.
Thank you.

RibbonControlHost element

$
0
0

i need to insert a masked textbox with it's label to my ribbon, i am using vb.net..
thanks in advance..

Reply To: Print Feature and Paging not working in Flex Report

$
0
0

Hi Teri,

I suppose you are not seeing the toolbar icons. This could be due to the location of image folder that contains the images for the FlexViewer. If the Image folder is inside the Content folder then move the Image folder to one level up and put it directly under the project folder. Then run the project again.

In the FlexViewer.css the tollbar button image location are mentioned as:
.wj-toolbar a.wj-print {
background-image: url(../images/Print.png);
}

You could alternatively change the css.

Thanks

Reply To: ForcePageBreak not working after header section

$
0
0

Hello Akshay,

thank you for your reply. I already asked the IT department to install the newest version, but that will take a while. But since it worked for you I am confident that it will also work for me with the new version!

Thanks for your help again,
Ann-Kathrin


Reply To: ScrollIntoView in C1FlexGrid

$
0
0

Thank you.
My problem was solved.

Reply To: Print Feature and Paging not working in Flex Report

$
0
0

Hi Prabhakar - I am seeing the images just fine and I have located the print icon in the css. The problem is that when I click on the icon nothing happens. All the other toolbar controls work except for the print icon. Also, the paging does work for me so disregard that in my earlier post.

Thanks, Teri

Reply To: Print Feature and Paging not working in Flex Report

$
0
0

Hi Teri,

The print module was added in 2016 V1 build of C1.Web.Mvc dll, if you are using that then there should not have been any problem, can you confirm the version?

I presume you already have all the resources registered with this entry in either _Layout.cshtml or the view containing the FlexViewer:
@Html.C1().Resources("Default")

Alternatively, I am attaching the print module JS file so that your work is not blocked, add this script file to your project and then drop a reference of the same inside _Layout.cshtml or the view. However if have 2016 V1 version then you should not need this.

Thanks

Installation fails with "error in searching installed componentone products"

$
0
0

While installation the installer fails as with "error in searching installed componentone products"

Below is the log file content

Checking if url exists:http://cellar.componentone.com/xmls/C1WebInstaller2016v1.xml
Fetching:http://cellar.componentone.com/xmls/C1WebInstaller2016v1.xml
Searching Registry:
Reading Arguments:
Fetching installed products from GrapeCity:
Searching Registry:Current user
Searching Registry:Local Machine
Error:Object reference not set to an instance of an object.
Error in searching installed products in registry:
Closing Application:

Reply To: How to switch between ribbon and normal toolbar?

$
0
0

Hello,
Can anyone help me? Can I use 1 view to switch between ribbon toolbar and normal toolbar? Or I have to create 2 views for them?

Reply To: Installation fails with "error in searching installed componentone products"

$
0
0

Hi,

The code is failing in a block where it is trying to search the HKEY_LOCAL_MACHINE registry for installed ComponentOne Products.Do you have rights on this machine to access this node?
If yes, can you please provide me your email address. I would like to communicate with you over email to debug and find the reason of this issue.

Reply To: Installation fails with "error in searching installed componentone products"

$
0
0

I am the administrator of the machine


Reply To: Installation fails with "error in searching installed componentone products"

$
0
0

you can contact me at the mail of my profile.

DataGrid GroupRow

$
0
0

Hi.

I have following situation.

I included you a sample.

I want to work with SumRows and also a summary row.

In my summary row I want to write some text in there.

But if I make the first column smaller the GroupText is wrapped.

How can I solve this problem?

Regards

Reply To: Horizontal Alignment with Dataview Form

$
0
0

Hello,

Thanks for providing the screenshot.

We could also replicate the issue at our end and had escalated it to the concerned team Tracking ID: 152430. We will get back to you as soon as there is a response from them.

Thanks,
Akshay

Drag toolbar without C1DockTabItem

$
0
0

Hello,
I create toolbar using C1Toolbar. Now I want users can drag toolbar to other positions. So I create toolbar inside C1DockTabItem. But C1DockTabItem always show tab header. Can I hide tab header then dragging toolbar can still execute?
Thank you.

Reply To: Installation fails with "error in searching installed componentone products"

Viewing all 14170 articles
Browse latest View live