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

information off of dating for a second role

3 Answers 27 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
ALBERT
Top achievements
Rank 1
ALBERT asked on 07 Apr 2011, 03:08 PM
I have the control to fill every appointment I make a color and show me the room information and the user, now I have a part to only see the appointments but not seethe information, as I do? To show me the information I do it this way, but not asdisabling for the other role.

  <AppointmentTemplate>
                                        <span style="font-weight: bold; font-size: small">
                                            <div>
                                                <%# Eval("Subject") %>
                                                <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/App_Themes/DeloitteSkin/ImgBotones/smallOutlook.gif"
                                                    ToolTip="Exportar a Outlook" CommandName="Export" OnClientClick="Export(this, event); return false;"
                                                    Style="cursor: pointer; cursor: hand;" />
                                            </div>
                                        </span>
                                        <%# Eval("Resources[0].text") %>
                                        <div>
                                            <%# Eval("Resources[1].text")%>
                                        </div>
            </AppointmentTemplate>

3 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 07 Apr 2011, 07:04 PM
Hi ALBERT,

I didn't understood you requirement. Could you please be more specific?

All the best,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
ALBERT
Top achievements
Rank 1
answered on 07 Apr 2011, 07:21 PM
I have 2 roles, administrator, requesting quotations for the administrator are displayedwith the room, export outlook, behalf. I want that when you load the applicant has thesame appointments, but without seeing the room, export outlook, behalf.

Not as a burden off of this information when I go to the applicant.

thanks for your help.


0
Veronica
Telerik team
answered on 07 Apr 2011, 07:58 PM
Hi ALBERT,

Thank you for the clarification.

Please take a look at this KB article as it will give you enough information on how to complete your requirement. Please note that in your case you can show only Subject in AppointmentTemplate for the rolw different from Admin. You can check the current role by the User.Identity.Name.

Please let me know if you have further questions.

Regards,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Scheduler
Asked by
ALBERT
Top achievements
Rank 1
Answers by
Veronica
Telerik team
ALBERT
Top achievements
Rank 1
Share this question
or