Telerik Forums
UI for WPF Forum
3 answers
91 views
I would like to make a request for more built-in themes.  Ideally, I would like to see a good 20 or 30 of them to choose from instead of 4.  I know it just came out, so I'm glad it at least has four, but I'd rather not have to sit in Blend and mess around with customizing the template unless I really have to.  It looks like with templates, you can basically do anything you want with the chart...the xaml just really gets complicated (I'm no wpf expert yet though, so maybe it is just a learning curve I need to get over).

On a side note, my post about hiding the legend just disappeared completely from the forum.  Also, subscribing to threads seems to not work.  Maybe the new website changes caused some glitches.
Giuseppe
Telerik team
 answered on 27 Aug 2009
1 answer
108 views
I was wondering if there if someone has an example of using the rad drag and drop to rearrange items in a WPF list box.  I found the example to drag and drop from one control to another, but I am looking for direction on how to drag and drop to rearrange items in a single control.


Thanks

Damon
Kiril Stanoev
Telerik team
 answered on 27 Aug 2009
1 answer
38 views
I build the Example solution and then opened:
When I try to view Scheduler -> WPF -> FirstLook -> Example.xaml

The Scheduler displayed, but started stretching (scaling) horizontally and never stopped stretching. The size  Eventually I closed Example.xaml and reopened. The initial screen showed up fine again but started stretching horizontally, indefinitely.

The other examples show fine, only the scheduler shows this behaviour. Also if I hold down the left mouse button inside the design window, the stretching speeds up!

Running the Example under Debug / Run works fine, its only under the designer.

I'm using VS 2008 with SP1 installed.

ms
Rosi
Telerik team
 answered on 27 Aug 2009
2 answers
118 views
Hi,

to edit custom data I provide my own editor (some controls for the data).
Assume there are some checkboxes. I uncheck (by mouse) the first and then I decide to use keyboard input.
So I press tab to go to the next checkbox (or whatever there is in my "user control").
But instead of selecting the next element in my editor it leaves the cell.

Did I oversee some property I have to set - or does this mean "RadGridView" has limited keyboard support?

If you want to see what I mean you can check (after screening) my code library post here:
http://www.telerik.com/community/code-library/wpf/gridview.aspx (custom editor...)

Regards

Manfred
ManniAT
Top achievements
Rank 2
 answered on 26 Aug 2009
1 answer
100 views

I have a table that looks like this:

 

Date_time, sensor_port_number, value

 

There is more than 1 “sensor_port_number”

 

How would you display this data in your chart so that all  “sensor_port_number” values are displayed in the same chart

 

So each “sensor_port_number” is series data

Can your product do this? and if yes can you tell me how please.

thanks,

martin

Ves
Telerik team
 answered on 26 Aug 2009
2 answers
181 views
i get following exception while trying to filter at runtime using UI:
"'System.Object' is not a valid metadata type for type filtering operations. Type filtering is only valid on entity types and complex types."
           
When i add filter in code :
FilterDescriptor fd=new FilterDescriptor("nazwa",FilterOperator.Contains,"GT");
view.FilterDescriptors.Add(fd);
everything works.

binding code:             QueryableCollectionView view = new QueryableCollectionView(presenter.Model.EntityList);
            view.PageSize = 1000;
            SortDescriptor sd=new SortDescriptor();
            sd.Member = "nazwa";
            sd.SortDirection = System.ComponentModel.ListSortDirection.Ascending;
            view.SortDescriptors.Add(sd);
            radGridView1.ItemsSource = view;

presenter.Model.EntityList contains objects that derive from EntityObject(so i think they are of "entity type" ).
What should i do to avoid this problem?


Stefan Dobrev
Telerik team
 answered on 25 Aug 2009
3 answers
159 views
Hi

Is there a way to make two rows of header
in order to group few columns together
like this

      a              b             c
a1 a2 a3  b1 b2 b3  c1 c2 c3 
Pavel Pavlov
Telerik team
 answered on 25 Aug 2009
1 answer
149 views
Hi,

I am just wondering if there any reason why IsBusy property of GirdView is readonly? It would be great to be able change this property to True while loading data from database, then assign the data to gridView.ItemsSource and then set IsBusy to false.
My problem is that  database which is used by application might be  somewhere  in the Internet not in local network. So when I have to fetch a lots of data from DB, it may take about 10 seconds. During this time it would be great to set IsBusy to true and when data are fetched, assign the collection to the ItemSource and resotre the grid. Now it looks like this: UI hangs when fetching the data for 10 seconds and then when collection is assigned the busy icon is animated for about 1 sec.

Could you provide some example how to solve such an issue?
Maybe I can change RadGridView soruce code and change setter of IsBusy to public?

Cheers!
Milan
Telerik team
 answered on 25 Aug 2009
4 answers
297 views
Hello Telerik team,

I am using telerik radgridview in one of my WPF application. When i am binding Itemsource property i am binding a object which has foreign key columns, now in radgridview column i am getting the foreign key ID values as expected.

For example:

Binding Table Colums:
TableID
Name
Description
ForeignKeyTableID (FK)

Foreign key table:
ForeignKeyTableID
Value




Now i want to display the value of the foreign key rather than the id value, as id doesn't make any sense to display. What would be the efficient way to do this. I am thinking of using converter while binding, but it would be heavy as i will be working on thousands of records in radgrid.

Looking for a best and efficient way to handle this...

Thanks,
Kranthi
Pavel Pavlov
Telerik team
 answered on 25 Aug 2009
1 answer
236 views
hello telerik,

how do i implement pagination functionality for a RadGridview, does it have an in-built pagination control?
can i get some idea about implementing the pagination functionality for RadGridView..

thanks,
kranthi
Milan
Telerik team
 answered on 25 Aug 2009
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?