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

We are in Lowell, MA (near Boston), and we need a Telerik guru next week for a time-sensitive project.  Could anyone recommend a freelancer that could work onsite?  Onsite is critical for this piece of our project.

Thanks,

Jim
James
Top achievements
Rank 1
 answered on 30 Sep 2013
1 answer
264 views
Hey guys,

I have a RadFileExplorer which works ok, uploads and everything work great.

What I want to do is when a user gets to the folder they want they'll select a certain amount of files then when they hit a custom button I want to be able to grab the folder / filename of each file on the server side so I can add those values to a database table.

Can anyone tell me how I can go about this?

Sample code:

<telerik:RadFileExplorer  runat="server" ID="FileExplorer1" Width="780px" Height="300px" AllowPaging="true" PageSize="15" CssClass="fileBrowser" EnableFilterTextBox="true" DisplayUpFolderItem="False" EnableCreateNewFolder="True" TreePaneWidth="200px" >
 
                               <Configuration ViewPaths="~/productImages/"  UploadPaths="~/productImages/" DeletePaths="~/productImages/"  AllowMultipleSelection="True" EnableAsyncUpload="True" SearchPatterns="*.jpg, *.png, *.jpeg, *.gif" MaxUploadFileSize="2097152" ></Configuration>
                                
                           </telerik:RadFileExplorer>

Any help would be great.

Thanks,

Michael
Vessy
Telerik team
 answered on 30 Sep 2013
1 answer
90 views
Hi,

I have a RadScheduler in my ASP.Net web page and our requirement is to open this form in Ipad, but while I am draging an appoint in safari in Ipad it is not moving and even not opening the popup for context menus. And we have model popups while double clicking on an appointment this is also not working in Ipad. 
Our Telerik.Web.UI Product version is '2011.3.1305.40'
Please help me this is urgent for us.

Thanks,
Plamen
Telerik team
 answered on 30 Sep 2013
2 answers
45 views
i have a situation where the submenus dont stay in the middle of the main menu when the browser window is smaller.

i've attached an image to show what i mean.
The submenus are coming out when i over over the Main Menu that is highlighted Orange. I expect the left side of the submenus to be lined up with the left side of the main menu, even if that means they go off the edge of the Browser Window.
i've tried setting the 'Offset' property to a minus number, but that just moves the submenu further to the left. trying to set the Offset property to a positive number doesn't resolve this issue.

the screen shot shows me with a Web Browser that is not fully maximized, but the same issue with the submenus will occur when the browser is maximized but on a smaller screen.

is this possible?
cheers
David
Top achievements
Rank 1
 answered on 30 Sep 2013
3 answers
106 views
Ho w to bring  the no.of rows returned text to the right near the pager in rad control
My pages is left alligned but the counts that i retrived is on the right side
Eyup
Telerik team
 answered on 30 Sep 2013
1 answer
91 views
I have a simple RadToolBarSplitButton  that list 12 months as separate buttons in the dropdown. However when I click on the toolbar button nothing happens. Only when I click on the arrow does the drop down show. How can I force the drop down to show when I click on the main button?
Thanks ... Ed
Kate
Telerik team
 answered on 30 Sep 2013
1 answer
536 views
Hi, 
I get following error on client delete column on click event.

JavaScript runtime error: Unable to get property '_clientDelete' of undefined or null reference













Thanks
Maria Ilieva
Telerik team
 answered on 30 Sep 2013
1 answer
196 views
Hello telerik,
I have used Radgrid Export To Excel with format='ExcelML'.
I want exported excel sheet to fit all columns of grid into single page horizontally so that I can print it directly.
How can I achieve this?
Kostadin
Telerik team
 answered on 30 Sep 2013
1 answer
86 views
Hi,
i have a templatecolumn in radgrid like. I also have EnablePostBackOnRowClick=true
<telerik:GridTemplateColumn UniqueName="XmlInfo" AllowFiltering="false">
    <ItemTemplate>
        <asp:HyperLink ID="HyperLinkInfo" runat="server" Text="Info" style="cursor:pointer"></asp:HyperLink>
        <telerik:RadToolTip ID="RadToolTipInputXml" Position="BottomLeft" Width="300" Sticky="true" runat="server" TargetControlID="HyperLinkInfo">
            <p>afdafasf</p>
 
                 
        </telerik:RadToolTip>
    </ItemTemplate>
</telerik:GridTemplateColumn>
When i select the content of the tooltip to copy it the radgrid fires the postback on selected row.
Can some one help?
Eyup
Telerik team
 answered on 30 Sep 2013
9 answers
302 views
Hello,

I have a RadGrid that contains a confirm dialog. I can localize the message in the dialog using a local resource file, but the text on the buttons are always "OK" and "Cancel". Is it possible to translate these buttons using local or global (peferably) resource files?

<telerik:GridButtonColumn HeaderText="Delete" meta:resourcekey="delete" CommandName="DeleteRole" ConfirmDialogType="RadWindow" ConfirmText="Delete this role?" ButtonType="ImageButton" ImageUrl="~/Images/Icons/delete.png"></telerik:GridButtonColumn>

I already found a workaround on this forum. I know it's possible to do this using the following javascript, but I prefer to add the resource files and not add javascript code on all my pages (a lot) that use confirm dialogs.

<script type="text/javascript">
Telerik.Web.UI.RadWindowUtils.Localization =
{
  "OK" : "Yes",
  "Cancel" : "No"
};
</script>

Princy
Top achievements
Rank 2
 answered on 30 Sep 2013
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?