Hi there
How can i change the data point colours?
i have tried
LineSeries3.BorderColor = Color.Green;
LineSeries3.BorderColor2 = Color.Green;
LineSeries3.BorderColor3 = Color.Green;
LineSeries3.BorderColor4 = Color.Green;
LineSeries3.ForeColor = Color.Green;
but it changes the line but not the point colour/series colour
i have attached a image showing what i done.
Hello
I have created a LinearGauge that is in scrollable windows form, on scrolling the UI of Gauge distorts in random manner. I have attached the screenshot alongwith to understand what exactly is happening to the gauge on scrolling. Please help me at the earliest regarding the issue.
Thanks in advance.
Raviesh
Hello there!
Im trying to accomplish these 2 taks:
- To limit the amount of items added by the AutoCompleteBox
- To retrieve the AutoCompleteValueMember after a TextBlock is added
So far i tried with the event CreateTextBlock but, the event fires every time i type a key , i was looking the documentation and i cant seem to find an event that fires after a TextBlock is added.
Any help would be appreciated.
Thanks.



Hi,
I created a user control containing only a RadCardView (for easy re-usability) and databound it to an ObservableCollection. Generally it works pretty well but some things need to be adjusted.
I noticed the ItemRemoved event with the "Delete key" thing, but i can't find the way to activate this feature to be able to remove items (with buttons or right click)
Also, I want to change the displayed names, so I changed the text property for each cardViewItem and set DrawText to false for some, but when I launch my application, only FieldName properties appear and DrawText is ignored.
Any help on how to achieve this two things would be appreciated,
Best regards.


Hi,
i want to disable filtering as you type in GridView and change it to apply filter only when you leave filter cell.
Had no success with this so far. Can someone help me ?
Thanks,
Goran.


I"m not using datasets but I'm manually doing the updates to the tables. I have the code from the custom edit form and the email working. When the Appointments_CollectionChanging(object sender, NotifyCollectionChangingEventArgs e) is triggered, I assign:
var app = (Appointment) e.NewItems[0];
at this point, using a breakpoint and Watch, I have access to app.Email and the email is displayed. However, during coding, if I type app.Email, I get the
'Appointment' does not contain a definition for 'Email' and no extension method 'Email' accepting a first argument of type 'Appointment' could be found. Since I'm storing the data myself, how do I create the code to read this value?
