This is a migrated thread and some comments may be shown as answers.

Link inside Radscheduleview to display a gridview with db data

1 Answer 83 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Carlos
Top achievements
Rank 1
Carlos asked on 08 Oct 2013, 11:51 PM
Hi,
How can I put a link inside slots and display data on a pop up gridview when click. The info for the slot will get populated from db, including its color (Category) , Not sure how to change or assign a color from code behind. The color is coming from db as arg, The user preselect the message to display and the color category at othe window.....

The use of the link and grid inside a slot is to display data related to the message displayed.

Thanks in advance!


CB

1 Answer, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 10 Oct 2013, 12:12 PM
Hello Carlos,

In order to achieve the desired scenario you would need to create a Custom Slots as required. And in order to be able to click on element inside of the Slot you would need to create an attached property which sets the IsHitTestVisible property of the Slots to true. For your convenience we have prepared a simple project which demonstrates the explained above using a Button in the custom Slot which opens a Window with a GridView inside.

As for the Categories you can check the following article for an example on how to add them in code:
http://admin.telerik.com/www.telerik.com/help/wpf/radscheduleview-features-categories.html

I hope this will help you get started.

Regards,
Kalin
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
ScheduleView
Asked by
Carlos
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Share this question
or