Hi and thank you in advance for your help,
I have a custom object, User, which contains a list of custom objects, List<Topic>. Each Topic has two strings. Currently I have my ItemsSource bound to an observable collection of Users, and it displays the ID and Name correctly. However, I want it also to display each user's list of Topic Names. For instance, user jwilson has a list of topics with names World News, Canadian News,.. etc. So for each row, there would be the name, ID, and the list of Topic Names in an expandable.
Would I have to use hierarchical gridview for this? Or is there a simpler way?
Thanks for your help,
Julian

Hi guys!
I have a data-bound RadTreeview control bound to my "ChartOfAccount" table. I have an Idea to drag a node from 1st Parent node to 2nd Parent.
i.e : An Account Fuel Expenses from the Node Utilities Expenses to Administrator Expenses. for this purpose I am getting the COA_ID of the Fuel Expenses by event Treeview_DrageStarted(....) like : Treeview1.SelectedValue (where SelectedValue is the Coa_ID column). After that Now I have started draging this node from Utilities Expenses to administrator Expenses, therefore I will need the Parent node SELECTEDVALUE which will help me to make a condition for UPDATE QUERY.
please someone understand this problem because I am weak in english, and suggest me the solution that How to get the Parent Node SELECTEDVALUE.

I have a dataentry that I want to set values for certain textboxes when a user adds a new item/entry. I can access the controls but nothing shows up in the text box at runtime.
1.private void rs40AddNewItem_Click(object sender, EventArgs e)2. {3. Mix _mix = new Mix();4. (radDataEntry1.PanelContainer.Controls["radPanel4"].Controls[0] as RadTextBox).Text = "TEST"; 5. }I am not sure if this is the right approach.


Hi
Could you provide a comparison of the WinForms versus WPF Gantt controls, in particular what additional features you get with the WPF version, or if you lose anything with WPF over WinForms?
We need to use the Gantt control in our application and already have a WinForms license but are trying to establish whether it would be worthwhile purchasing a WPF license.
Many thanks
Adrian

i am initializing Rich Text Editor multiple times using string...so each time task manager shows application consumes more and more memory
and at last application gets terminated. what should i do.

I'm having an issue with Recurring appointments on the latest version of the Telerik UI. (2015.1.331.20)
I have the SystemTimeZone property of the Scheduler set to UTC, and the computer is set to US Central time. (-5) When I set up one time appointments, everything works great. The times are saved to the database in UTC, and everything flows as it should.
When setting up recurring appointments, however, everything breaks. It seems right when setup, but once it's saved to the database and reloaded, everything is "off" by 5 hours. If I setup a recurring appointment at 8AM, it'll save as being at 1 PM, just like the standalone appointment, which is correct. But when it's loaded back, it'll appear at 3 AM on the schedule.
Odder yet, the Occurrences collection is actually correct... it shows the occurrences at 8AM, as it should. But visual display shows them at 3 AM. Basically, recurring appointments are subtracting the 5 hours TWICE.
I need a fix for this behavior that doesn't involve setting the computer time to UTC. (That's the only thing that worked thus far.)
This is in C#, and the OS is windows 7 Pro SP1
Thanks!

I am using the RadPageView and the Telerik Metro Blue theme. I have a case in my UI where there is only 1 tab displayed in the RadPageView. In that case I disable the singe RadPageViewPage so that it can't be clicked. When I do that the RadPageViewPage style is a white background with blue text. I would like to be able to set enabled to false but keep the RadPageViewPage style that it has when it is enabled (i.e. blue background and white text). I tried looking through the properties but I can't seem to find the right property to set. I was thinking something like myPageViewPage.MouseOverBackColor = myPageViewPage.BackColor or something like that.
Any suggestions as to what properties control the MouseOverStyle of the RadPageViewPage and how I could set them to use the Enabled style?
Thanks!
~Paul


Hi
I am using the RadTrackBar to navigate a series of measurement data
I need to add an extra colour bar parrrallel to the RadTrackBar control
The Extra bar must highlight any data exceptions or tolerance warnings (the user must manually navigate to these areas and verify the data)
tolerance exceptions in a colourized way
I would hope to find a control that does something similar to the way:
a) BeyondCompare uses vertical bars with red&blue lines when comparing two source files)
b) DNA Sequences are displayed in a chain
c) if a small icon could also be over layed at critical points this would also be useful
Any suggestions welcome
Sincerely IanF
