Hi,
Looking for the "Justify" Horizontal content alignment option in the RadDiagramTextShape.
We have text shapes that have multi-line texts and we would like to justify align the text in the shape, how do we achieve the Justify text alignment for text?
Hello,
I want to know if its possible to update Gantt Tasks when you change a Start Date or End Date from the Grid View part. For example, if I delay Proptotype Task, all the task behind should be delayed the same time as Prototype.
Hi everyone,
I want to set the color of the selected RadTabItem . I setted MaterialAssist.FocusBrush ,but it was not obvious. Can I set the selected color like radiobutton in RadTabItem ,cover all the area?
Thank you!
hi Team,
I need to add a radpath button to the RadGridView's searchpanel .
RadGridView doesnt has a particular style property for searchpanel, like it has for groups (i.e. GroupPaneItemStyle).
So I extracted the style, and to the control template added the radpath button.
But then this style is used globally in my application. So this button comes at all the places where the RadGridView is used.
Now I want to add a attachproperty to the radGridViewSearchPanel , which can be accessed from my different views and I should be able to control the visibility of my radpathbutton.
So I want something like this -
<telerik:RadGridView
Name="DeviceConnectionsGridView"
ShowSearchPanel="True"
SearchPanelCloseButtonVisibility="Hidden"
My_AttachedProperty_For_SearchPanelsRadPathButtonVisbility = "Visible"
/>
Here's what I performed -
I added an attached, to the GridViewSearchPanel class, but this property is only accessible where the GridViewSearchPanel is used.
In my case ggridViewsearchpanel is not used directly but coming from the RadGridView, so this attach property is not coming for R
adGridView.
So plz tell me, how can we achieve this ?
How can I add my own button as I marked in the picture?
In Gridview collection, once collection is loaded from data source, we evaluate some conditions, that depends on previous records. Such that if previous record and current record has same Owner Id, then hide signature of current record i.e. IsVisible=false; else make it visible.
e.g.
index 0: {OwnerId = 123, IsVisible=True} // Index 0 is always true
index 1: {OnwerId = 123, IsVisible = false} // Index 1 Owner Id == Index 0 Owner Id
index 2: {OwnerId = 456, IsVisible = true} // index 2 Owner id != index 1 Owner Id
Index 3: {OwnerId = 567, IsVisible = true}
Index 4: {OwnerId = 567, IsVisible = false}
Before using VirtualQueryableCollectionView, we can easily iterate collection, but as VirtualQueryableCollectionView is loading items on demand, therefore I need to iterate collection on each load.
If I implement such evaluation in ItemsLoading or ItemsLoaded event, It hurts performance. I want suitable place, where itemsLoading is completed, new collection is rendered in gridview and then I can iterate collection.
Is it possible in VirtualQueryableCollectionView. Is it right way to handle such situation. What can be alternative.
Hi Telerikers,
I would like to reduce the number of makers (basically I would display the makers only in the first, last, max and min values) . However, I don't want to simplify the data because that make change on the shape of line.
Would you please help me a solution to modify the display of makers?
Many thanks for your help
I have a RadComboBox with a list of items in ItemsSource
My SelectedValue is an int property and I display the corresponding string property from the list.
If the SelectedValue property is not in the list then it does not display anything.
Is there a way to set the display text in the RadComboBox when the SelectedValue is not in the ItemsSource list?
I've tried setting Text but it didn't work.
(note the RadComboBox is not editable)
I use RadScheduleView for appointments for users who need to get them on mobile.
I mean I have a desktop app where someone manages the schedule and appointments and he sends them to the server
and saves them in DB.
The server should then send the appointments to the user accordingly.
The question is what should I do if I have an appointment created let's say two years ago and it recurrence which means
it still comes back every week and the server needs to find it to send to the user.
How can this be dealt with?
Because in normal cases the server can do a search for appointments created on dates from X to Y,
but in this situation, it will not see this appointment.
Would appreciate help.