Telerik Forums
UI for WPF Forum
0 answers
85 views
hi all
i want each row having an color like reports.
for example:
row 1 white , row 2 black , row 3 white , row 4 black ...
this two color to all rows Decussate.
any one know how can do this?
thankful.
rastin
Top achievements
Rank 1
 asked on 29 Dec 2011
2 answers
374 views
Hello,

Please see the attached screenshots of my RadTreeViewItems. As you can see, when the tree has lost focus, the highlight colour of the SelectedItem becomes almost impossible to distinguish from an unselected item and this is causing usability issues with our users. I would like to know how to make the highlight colour not change when the tree has lost focus.

Thanks,

Ammaar.
Yogesh
Top achievements
Rank 1
 answered on 29 Dec 2011
0 answers
95 views
Hello i am using RADDocument for converting the Grid to the table.
I am able to convert the grid successfully along with Image and colors. But that RADDocument works only for Printing the Table. and for exporting the table to PDF the table is exported successfully but the colors are not displayed at all.
After reading to some of your posts i found a Solution for that but the problem is colors are not getting displayed as expected.
Can u please help me for that
Nisarg
Top achievements
Rank 1
 asked on 29 Dec 2011
1 answer
252 views
I'm trying to make a multi-select combobox with checkboxes in each item. Is there an event/way to get access to the clear selection button? I didn't see an event and I wasn't having luck finding the button in the visual tree. I was hoping i could hook into previewleftmousebuttondown and do my clear action. 
Yana
Telerik team
 answered on 29 Dec 2011
1 answer
149 views
hi
the tree view UI is perfect in ie and firefox on system but if i browse on Ipad the [+] add node visual to small is there is any way to increase the size of node that give me help on visualized on ipad.
Hristo
Telerik team
 answered on 29 Dec 2011
5 answers
141 views
Hi Forum,
    Sorry if this is a repeat, I could not find a similar problem on the forums.    

I am having trouble using the 2011.3.1116.40 version of the telerik WPF controls. I have a WPF Map InformationLayer that has it's ItemsSource bound to an ObservableCollection, and what I was seeing is that changes to the collection were not showing up on-screen until I zoomed in or out.

My DataTemplate for the InformationLayer contains a UserControl that holds the content and defines the MapLayer.Location property, and this seems to be causing the problem.

 

I built a sample app to test and found that clearing the items always updates correctly, however when I add items they do not show until I zoom or add another item at a later time (in which case the older item shows but the new item does not.)

Even when adding multiple items at the same time they do not show up on the map until another item is added at a later time.

If I change my DataTemplate to wrapper the UserControl in a Grid that sets the MapLayer.Location but is defined as a local resource the items appear immediately.

In the code below, "HintTemplate" is the DataTemplate that appears immediately, while "HintTemplate2" appears only after a later change to the collection or a Zoom.

<DataTemplate x:Key="HintTemplate">
        <Grid
            telerik:MapLayer.Location="{Binding Location}"
            HorizontalAlignment="Center"
            VerticalAlignment="Center">
            <local:Hint />
        </Grid>
    </DataTemplate>
      
    <DataTemplate x:Key="HintTemplate2">
        <local:Hint />
    </DataTemplate>

 
I'll use the wrapper approach for now to work around my issue, but would really appreciate it if someone could tell me what I've done wrong. 

The sample app zips up to 17Kbytes, so I can easily provie it if that will help explain my issue.

Thanks,
    Ian Barnes

Sia
Telerik team
 answered on 29 Dec 2011
0 answers
89 views
hi all
i have radgridview and radcarousel.
i want when i filter radgridview with its filter controls then its filter apply to radcarousel.
anyone can help me?
thankful.
rastin
Top achievements
Rank 1
 asked on 29 Dec 2011
0 answers
73 views
How i can apply horizontal and verticall scrolling on the grid view?

Please reply..
vikas gupta
Top achievements
Rank 1
 asked on 29 Dec 2011
1 answer
113 views
I was wondering if there is a way to hook into how the Ctrl+Tab works in the RadGridView?

Currently the Ctrl+Tab acts just like the Tab and we would like to move focus out of the RadGridView when a user hits Ctrl+Tab.

In .XAML you can define KeyboardNavigation.ControlTabNavigation, but I've had no luck so far with this. Any help would be appreciated.
Dave
Top achievements
Rank 1
 answered on 28 Dec 2011
4 answers
249 views
How we can change "boolean column grouping value" true false to our language. I want to use checkbox in my column, i do not want to change it.


            if (propertyDescriptor.PropertyType == typeof(bool))
            {
                column.DataMemberBinding = new Binding(header.Key);
                ??????
            }
Maya
Telerik team
 answered on 28 Dec 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?