User Profile & Activity

Jesse Wells Member
Posted: February 9, 2012 12:44 PM

BTW, looks like this is a SP1 issue.

Posted: February 3, 2012 11:02 AM

Set the QueryOperation to Client and try it.

Posted: February 2, 2012 12:36 PM

Right click does not cause application to freeze now, but the first time I right click it still flashes until I click away, thus not making this feasable to use in the application that I am building.

Posted: February 2, 2012 11:04 AM

I downloaded the SP1 and it did fix the issue with grouping. However, the footer still does not show up until I sort or cause a refresh if I set a Height and Width on the gridview. If Height and Width are not set, it shows fine. When can I get a fix for this, I am having a hard time meeting deadlines at this rate.

 

-Also seems that when the datasource is updated and the OnPropertyChanged is called, the gridrow will update but the Footer total doesn't until a sort or refresh.

Posted: February 1, 2012 9:21 AM

Any idea when the monthly basis scheduled release of the hotfix will be available?

Posted: January 20, 2012 1:37 PM

I guess there really are no steps. I drop the code I provided on the page and it errors. It doesn't matter if I assign it in the xaml or .cs file. It does seem you are getting an error also. Please provide a solution that doesn't give you an error runtime or design time and we will go from there.

Posted: January 17, 2012 1:43 PM

This does work and thank you. I have one more question. When I try to style the dialog that shows from the products screen I always get object reference not set. Something similar to

<Intersoft:UXDialogBox.Resources>
        <Style  TargetType="{x:Type Intersoft:UXDialogBox}" >
            <Setter Property="Template">
                <Setter.Value>
                    <ControlTemplate TargetType="{x:Type Intersoft:UXDialogBox}">
                        <Grid>
                            <Button Content="TEST" />
                        </Grid>
                    </ControlTemplate>
                </Setter.Value>
            </Setter>
        </Style>
</Intersoft:UXDialogBox.Resources>
Please use the previously attached project to illustrate.
Thanks
 
Seems I get the same error trying to add a Style for the UXWindow also BTW.
Posted: January 16, 2012 8:22 AM

Here is the solution without assembly signing.

Posted: January 12, 2012 1:07 PM

I have attached a sample project that has Crew and Products in the menu. On Crew you can select add or edit and a dialog is show. However, when you select products and click the button at the top to show a dialog, it errors. What do I need to do to allow myself to show a dialog for products?

Posted: January 6, 2012 8:43 AM

I did manage to figure that out after submitting, however, when I show the footer and then group a column, then remove that grouping, the Column Footer that I want a sum on is moved to the wrong column. Happens every time. I forgot to mention that when I first load the grid, the total does not show up, it only shows up if I sort or do something to make the grid refresh.

All times are GMT -5. The time now is 2:13 AM.
Previous Next