Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
83 views
Hi all,

I'm a bit confused here. When users are browsing site collection with the url of the site collection in upper case the Telerik document manager shows "Not Found" next to each folder instead of the folder name.

Is there something I can do about it or is it a Telerik bug ?

For instance: :
- http://myintranet/mysitecollection/mysite/Pages/Page.aspx ==> the Document Manager works fine
- http://myintranet/MYSITECOLLECTION/mysite/Pages/Page.aspx ==> the Document Manager shows NOT FOUND next to all folders (see attachment).

Kind regards,

Sébastien
Stanimir
Telerik team
 answered on 28 Jun 2011
2 answers
138 views
Hi all,
      plz give me solution for this,
that is i got one combo-box , i have all column in the combo-box(table columns),
if i select the value from combo-box i need to bind that column to the rad grid..
which displays me only one column in the grid.
thanks.
Tamkeen
Top achievements
Rank 2
 answered on 28 Jun 2011
1 answer
137 views
Hi,

How to disable the download option if folder does not have files on right click of rad file explorer gridview context menu.
Please send me the code
Thanks
sandhya.
Dobromir
Telerik team
 answered on 28 Jun 2011
3 answers
76 views
Hello,

I was trying to use the Mac skin for the RadGrid control. Unfortunatley I do not see it listed in the drop down list box for Skin property. Is the Mac skin still supported? I see the Mac skin listed in the help files.
I am currently using the latest release of the Rad Tools for ASP.NET for AJAX.

      Thanks in advance,
      Tim
Georgi Tunev
Telerik team
 answered on 28 Jun 2011
5 answers
119 views
Hi ,


I m using Sp RadEditor in my web control control is display after deploy webpart but i cant see header toolbar in this speditor and give javascript error

Sys.ArgumentOutOfRangeException: Value must be an integer.
Parameter name: width Actual value was NaN.

please help to solve this issue..

Thanks in advance....
Stanimir
Telerik team
 answered on 28 Jun 2011
2 answers
66 views
Hi,

I have a page with a radgrid, scrolled down to a specfic row. I click on the row and make my window visible by setting the "VisibleOnPageLoad"-property to True and I center it using the "OnClientAutoSizeEnd"-clientevent.
The window is positioned correctly at this moment but is then automatically repositioned lower on the page.
Any ideas which setting could be causing this?

This is the definition of my window:
<telerik:RadWindow ID="wdwDetail" Modal="true" Skin="Telerik" Width="800px" AutoSize="true" AutoSizeBehaviors="Height" OnClientAutoSizeEnd="OnClientShowCenterOnly" runat="server" VisibleOnPageLoad="false" VisibleStatusbar="false" IconUrl="~/img/favicon.ico" ShowContentDuringLoad="true" Title="Detailed Info" DestroyOnClose="false" EnableShadow="true" Behaviors="Close">
    <ContentTemplate>
        ...
    </ContentTemplate>
</telerik:RadWindow>

Note that it isn't defined inside a RadWindowManager as I want to use a asp updatepanel inside it.

Thanks in advance,

Wim
Wim
Top achievements
Rank 1
 answered on 28 Jun 2011
2 answers
78 views
Hello,

I am looking forward to draw some interactive charts from the data present in my website. I have seen Telerik RadCharts very useful in this and want to implement them for my website. Can I freely implement them in my site?

Thanks.
Georgi Tunev
Telerik team
 answered on 28 Jun 2011
4 answers
284 views
error the requested url returned 500 error
hi i have used ajax gridview..after updating sometime it is showing above error and some times json did not return requested url  error....before loading from a particular controller two times it is coming to the controller..
please help me out....i have read your documents nothing worked for me...
Iana Tsolova
Telerik team
 answered on 28 Jun 2011
1 answer
83 views
Is there any plans for a asp.net ajax map control? I know google maps is widely used but it would be nice to have something similar to the silverlight map control in asp.net.
Sebastian
Telerik team
 answered on 28 Jun 2011
3 answers
516 views
Hi,

I have grid with GridEditCommandColumn and OnItemDataBound i am adding Javascript on this GridEditCommandColumn but nothing happening. Can anyone tell what i am doing wrong ? Following is my code
<telerik:GridEditCommandColumn UniqueName="EditCommandColumn" EditImageUrl="~/Images/Edit.gif"
                                        ButtonType="ImageButton">
                                    </telerik:GridEditCommandColumn>
 
if (e.Item is GridDataItem)
           {
               GridDataItem item = (GridDataItem)e.Item;
               ImageButton edit = (ImageButton)item["EditCommandColumn"].Controls[0];
               //edit.Attributes.Add("OnClick", " onContactRowSelected('" + sender + "','" + e + "');");
               edit.Attributes["onClick"] = "alert('test');return false;";
           }


One more thing my Grid has following thing as well
<ClientEvents OnCommand="radContactGrid_Command" OnRowCreated="onContactGridRowCreated"
                                    OnRowCreating="onContactGridRowCreating" OnRowSelected="onContactRowSelected" />



Thanks,
--Jai
Tsvetoslav
Telerik team
 answered on 28 Jun 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?