Hi all,
i have a TabControl with a DataTemplate including a Radgridview and a Toolbar.
When a row in the Grid is selected I want to enable a Button in the Toolbar.
My Question is: How can I access the properties of the button in the same TabItem?
I have tried the ParentOfType property for the Sender Object in the "SelectionChanged" Event of the Gridview, with no success.
How can I achieve this?
Dear, Admin
I have a following scenario and try to accomplished by the grid view.
1) User can drag and drop a cell in the grid view and drop it in the wpf list view.
2) the value of the dragging cell from second column and another data in item row will set to item in list view.
3) another column is protect and not drag from another column.
Please help me with sample attachment
Thanks a lot
Mehrdad
Hello,
When I look at Column.ActualSize for a GridViewColumn I get the correct size for all column except for columns that aren't in view (horizontally). Is there a way I can force the column to resize based on SizeToCells programatically?
Hi,
How can I put the theme on only one page of my application without adding ResourceDictionary in App.xaml.
I don't want the theme to change the look of my whole application.
Best Regards
Kourosh
Hi,
I would like to use the RadNumericUpDown but would have to make all numbers double digits.
So with numbers from 1 to 99 there should 01, 02, 03 ... appear.
Is there a function for this?
Thanks in advance
I have busy indicators on many screens but to make them look nicer we span it across the entire grid so as long it is busy the entire grid is blocked.
So far so good.
But my problem is in design mode, because of the overlap i cannot click the other controls in design anymore. Is there anyway i can avoid this except resizeing the busyindicator of set it in commentfor a moment?
Hi Telerik,
I'm writing an app that is basically showing a pivot grid with a RadChartView on it. I'm using the "Rad Chart View Integration" as an example.
How do I make the tooltips show the column names and not just their values?
I'm attaching a screenshot showing what I have and what I want.
Thanks so much!
I've installed the trial version and added a RadButton instead of the Wpf Button.
The app starts. the trial popup is displayed. I close the popup and the button is never displayed. It's there, it's just always hidden.
Any thoughts?