Telerik Forums
UI for WPF Forum
9 answers
631 views
I want to be able to move to the next cell or row although the current cell has validation errors but I cant seem to find a property to override the default behaviour. To be specific: I want to display validation but not restrict the user from moving to the next cell or row (or leaving the grid for that sake).

1) Is there a way to override this default behaviour?
2) If no, are there any plans to support this scenario?
Marius
Top achievements
Rank 1
 answered on 22 Dec 2010
1 answer
40 views
Hi,
I have  a line graph and i need my x axis to start with 1 instead of 0 and also is it possible to have a grid behind the plot points? Is that possible and how do you that please?
Any help would be great.


Thanks

Simon

Nikolay
Telerik team
 answered on 22 Dec 2010
7 answers
182 views
I sometimes hit strange behavior where if a column is brought out of view and then in again, the TextBlock's foreground property is set back to default Black. It looks like the offending code here is in GridViewCell.OnColumnChanged, which clears the TextBlock.Foreground property of the TextBlock in the cell (why it does this I don't understand).

I could derive from GridViewCell and put in my own behavior, since OnColumnChanged is protected, but the problem then becomes how to get the grid to use that cell instead of GridViewCell. I see that the only place GridViewCell is being created is in GridViewRow.CreateItem, which is an internal method and hence cannot be overriden by me. This leaves me no way of getting my CustomGridViewCell to be used in lieu of the default one.

Do you have any ideas of how I can deal with this issue?

Thanks

Maya
Telerik team
 answered on 22 Dec 2010
2 answers
64 views
Hello,
I want to use the TileView in the same way you used it in the example with the cars but when I add more items, I want to have them with a scroller where they are minimized on the right (like in the example with the flags). Could you please point me to how I can achieve it.

If it's simpler, tell me how can I modify the flags example so it will also be possible to be in a state that all the tileview items are in the same size (Normal state).

Thank you 
Tina Stancheva
Telerik team
 answered on 22 Dec 2010
1 answer
140 views
Hi,
I have a datagrid which has template columns in it.
When i click a cell for editing, the grid's lostfocus is fired.
What i want to do is when the user edit a value in a cell and click outside the datagrid ie: on other control or the window its containing, i need to do something.
I tried to check !Datagrid.IsFocused and tried to do something when the grid doesn't have any focus. But that check always fails when i click outside the datagrid.

Any idea how to solve this?

Thanks

S
Veselin Vasilev
Telerik team
 answered on 22 Dec 2010
1 answer
69 views
I have to display Column chooser option like how we have Row filter (Row chooser) option when user clicks on Grid Header Filter icon. For this is there any option to set or we need to write the code. If we need to write it then please help me to do this.

Thanks in advance.
Balaji Kommuri
Maya
Telerik team
 answered on 22 Dec 2010
0 answers
62 views
Sorry this is a duplicate of something I just posted. Please refer to issue "How to cancel drop in handler specified by AddDropInfoHandler method "

Thanks,
Rod
Rod Yager
Top achievements
Rank 1
 asked on 21 Dec 2010
2 answers
266 views
Hi -
I want to use the GridViewSelectColumn as the ONLY method of row selection. Desired behavior: if a user clicks on a row, nothing will happen. But if they click on the checkbox in the GridViewSelectColumn, the row will be selected. In addition, the header checkbox in the GridViewSelectColumn must continue to select/de-select all rows. How can I best achive this?

I have tried setting the CanUserSelect=false on a grid containing a GridViewSelectColumn. This works fine for individual rows (only allowing row selection via the GridViewSelectColumn), however, if I click the GridViewSelectColumn Header checkbox, nothing happens (no rows are selected/de-selected).

I have also gone about handling the DataGridCell_PreviewMouseLeftButtonDown and DataGrid_PreviewMouseLeftButtonDown events, which allows the GridViewSelectColumn Header checkbox to work correctly, but it's definitely a hack, and not something I can easily implement across the many RadGridViews in my application.

Any help is appreciated.
Sandy
Top achievements
Rank 1
 answered on 21 Dec 2010
10 answers
792 views
Hi
Is there an example of how to set the color of LineSeriesDefinition?

Thanks

Ghassan
Evgeni "Zammy" Petrov
Telerik team
 answered on 21 Dec 2010
9 answers
240 views
Hi,

I am attempting to use SaveLayout and when our app is re-run I use LoadLayout.  Unfortunately, if the user floats a pane and then exits the app (saving the layout), and later re-runs the app and I load the layout, the floating pane is no longer able to be docked.

Looking in the XML that's written I see the RadSplitContainer is written with InitialPosition="FloatingOnly" which seems suspicious. I tried manually updating the XML file to set InitialPosition="FloatingDockable" but the pane is still not dockable.

If it matters, I do have SerializationTag set for all my panes, splitters and panegroups and do override the ElementLoaded event to plug in my own children of each pane (that part is working great).

Does anyone know what I can change to make the reconstituted Pane dockable again?

Thanks,
John


John Schroedl
Top achievements
Rank 2
 answered on 21 Dec 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?