Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
98 views
Hello,

As I read in this site and from my trials, there is no RTL support for scheduler today.
My questions are:
1. Is there any workaround to show the days in scheduler and the buttons from right to left?
2. Will next versions of "ASP.NET AJAX controls" contain solution for this case? when?

Waiting for your answers,
LH Team
Veronica
Telerik team
 answered on 11 Jan 2011
4 answers
119 views
Hello Telerik Team,

We are using RadEditorSharePoint Ver. 5.3.2.0 in our SharePoint Web application. The issue we are facing is that the "Track" attribute within anchor tag is being removed when we toggle between HTML view and design view. Is there a way to retain all the content pasted within HTML view?. I understand that there are some attributes which are not xhtml standard compliant and thus may strip some of the attributes, but is there a configuration we could modify so that the attribute, "Track" within anchor tag can be retained?

Here's an example:
<a track="Top content" style="color:#000000; text-decoration:none;" href="http://www.telerik.com" target="_blank">

Thanks
Rumen
Telerik team
 answered on 11 Jan 2011
1 answer
1.0K+ views
Hello Telerik,

Is there a mechanism for calling the serverside method from client side java script function written at the aspx page with asp.net ajax controls ?
I know a mechanism like 'page methods' ,but in this the method we can should be 'Static' and also a 'Webemethod' . which is not useful for me.

I mean something like,
In my aspx page the clientside event calls a javascript function which should call the serverside event handler of that control .
Ex: radlist box's onclientselectionchanged =" call server"  in which i want to call the ' radlistbox1_selectionchanged ' event.

Thanks in advance,
Srinivas
Shinu
Top achievements
Rank 2
 answered on 11 Jan 2011
1 answer
108 views

<radM:RadMenuItem Text="SelectDate">

<ItemTemplate>

<telerik:RadGrid ID="RadGrid1" runat="server">
</telerik:RadGrid>

</ItemTemplate>

</radM:RadMenuItem>

How to do the above one in cs page?

Princy
Top achievements
Rank 2
 answered on 11 Jan 2011
1 answer
148 views
Hi Team,

I had a RadMenu As Below 

In aspx Page
<telerik:RadMenu ID="RadRM_TopNav" Runat="server" Skin="Hay">  
</telerik:RadMenu>

Now i Used DataSource for this RadMenu

        RadRM_TopNav.DataSource = MenuObject.DSStudentStatus;
        RadRM_TopNav.DataTextField = "StepName";
        RadRM_TopNav.DataValueField = "StepName";
        RadRM_TopNav.DataBind();

Upto this its working fine and Now if i want to add a RadGrid for each of the RadMenuItem(RadRM_TopNav)(..How is it Possible...any syntax please?
Shinu
Top achievements
Rank 2
 answered on 11 Jan 2011
3 answers
97 views
With the SPRadGrid web part is it possible for it to dynamically resize instead of putting a scrollbar inside control? I have tried to set the height as fixed height of 500 and the grid will still not expand all the way down. I have attached a screenshot showing this with the two scroll bars it produces. I would love to know if this is possible. Thanks. 
Tsvetoslav
Telerik team
 answered on 11 Jan 2011
10 answers
623 views
Hello,

When leaving a text box empty, the RadTextBox has a nice style that appears... I was wondering if it was possible to programmably trigger that myself; whenever the input I validate is invalid, I want to trigger that error style to let the user know of a problem.

Is that possible through setting the className attribute or by a JS method?

Thanks.
Tsvetoslav
Telerik team
 answered on 11 Jan 2011
1 answer
96 views
Hi,

I am using RadTabs. My scenario first two tabs shouldnt have close options and rest of the tabs you can close. I tried to bind the close image button to the tabs. Its binding the close button but text is not displaying. Please see images. Here is my code..

<div>
    <telerik:RadTabStrip ID="RadTabStrip1" runat="server" ReorderTabsOnSelect="true"
        Orientation="HorizontalTop">
        <Tabs>
            <telerik:RadTab Text="Home" Width="150px" NavigateUrl="Default.aspx">
            </telerik:RadTab>
            <telerik:RadTab Text="My Reports" Width="150px" NavigateUrl="Reports.aspx">
            </telerik:RadTab>
            <telerik:RadTab Text="Task Data" Width="150px" NavigateUrl="Details.aspx">
                <TabTemplate>
                    <div class="textWrapper">
                        <%# DataBinder.Eval(Container, "Text") %>
                    </div>
                    <span class="ie6shim"></span>
                    <img src="Images/delete.gif" style="margin-left: 120px" alt="Close" onclick="deleteTab('<%# DataBinder.Eval(Container, "Text") %>')" />
                </TabTemplate>
            </telerik:RadTab>
            <telerik:RadTab Text="Site History" Width="150px" NavigateUrl="Diagram.aspx">
                <TabTemplate>
                    <div class="textWrapper">
                        <%# DataBinder.Eval(Container, "Text") %>
                    </div>
                    <span class="ie6shim"></span>
                    <img src="Images/delete.gif" style="margin-left: 120px" alt="Close" onclick="deleteTab('<%# DataBinder.Eval(Container, "Text") %>')" />
                </TabTemplate>
            </telerik:RadTab>
            <telerik:RadTab Text="Project Management" Width="150px" NavigateUrl="PrjMgmt.aspx">
                <TabTemplate>
                    <div class="textWrapper">
                        <%# DataBinder.Eval(Container, "Text") %>
                    </div>
                    <span class="ie6shim"></span>
                    <img src="Images/delete.gif" style="margin-left: 120px" alt="Close" onclick="deleteTab('<%# DataBinder.Eval(Container, "Text") %>')" />
                </TabTemplate>
            </telerik:RadTab>
        </Tabs>
    </telerik:RadTabStrip>
</div>
function deleteTab(tabText) {
    alert(tabText);
    var tabStrip = $find("<%# CCOMTabs.ClientID %>");
    var tab = tabStrip.findTabByText(tabText);
    var pageView = tab.get_pageView();
 
    var tabToSelect = tab.get_nextTab();
    if (!tabToSelect)
        tabToSelect = tab.get_previousTab();
 
    tabStrip.get_tabs().remove(tab);
 
    if (tabToSelect)
        tabToSelect.set_selected(true);
}
Shinu
Top achievements
Rank 2
 answered on 11 Jan 2011
2 answers
43 views
Hello there,

To minimize database traffic, i only get appointments from the database by checking on the startdate and enddate. To do this, i give the selecteddate, however in weekview and monthview this isn't appropiate and i see in youre examples you have the same problem:

http://www.telerik.com/help/aspnet-ajax/schedule_appearanceviews.html

You have selected 3 januari, 2008 on dayview, then you got weekview, but it doesn't show the appointments before 3 januari and its the same in monthview. I want to know how i can see in weekview that the startdate of the selected view is 30 december and the enddate is 5 januari. How to make this happen?
Larevenge
Top achievements
Rank 1
 answered on 11 Jan 2011
0 answers
101 views
Hi Friends,

I droped one RadGrid on my webpage and bounded with sql table named "schedules". In this table i have one column "country" now i am succesfully implemented updating concept in my radgrid, its working fine also. Now i want when i am clicking on edit button country column should be converted as dropdownlist and country columm should be bound with db values.

Please provide me any demo links or sample code.
------------------
Thanks
Nagendra.
Nagendra
Top achievements
Rank 1
 asked on 11 Jan 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?