Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
79 views
After upgrading to the latest RadEditor, for aspx, control we have lost the ability to edit any language that is not in us-english.   I see the correct language for about 2 seconds, then it converts to all garbage characters.   After reading several threads I removed the dictionary from the toolbar, but nothing has changed.   I need to be able to disable this functionality so that we are able to use any language by our users.  Adding a new dictionary per client locale is not an option as it is an international product.

Darrel
Rumen
Telerik team
 answered on 25 Nov 2010
2 answers
94 views
Hey guys,

I have a Sharepoint list wth a column that its from the type "Lookup Multi Values". I am querying the list using CAML and binding the result datatable on my RadGrid.

Everything is fine, but the problem is how the data from this column is apparing. When I have query result that brings more than one value on this lookup column, the result is something like this:
IT;#1;#Mechanic

how can I make this look prettty? :)

Any suggestion is welcome

Alex

Tsvetoslav
Telerik team
 answered on 25 Nov 2010
1 answer
43 views
Good day

i hope that is the place when i can put my problem if not i will delet it.

I create one library that contien different document but i need each document just some users access. for example i have one document purchasing just people of purchasing can access , the second document finance they can't see it .

how can i do it because i try do add just for purchasing document users that i need but i found also this users in finance document.

i will be thankfull if you can help me.

many thanks.

ps:sorry for my english is not good
Lini
Telerik team
 answered on 25 Nov 2010
3 answers
124 views
Hi,

Here is my code:

protected void RadGrid1_ItemDataBound(object sender, GridItemEventArgs e)
   {
       if (e.Item is GridEditFormItem && e.Item.IsInEditMode)// if EditMode is EditForm or PopUp
       {
           GridEditFormItem editItem = (GridEditFormItem)e.Item;
           RadComboBox ddlCity = editItem.FindControl("gvddlPOWCity") as RadComboBox;
           string city = ddlCity.SelectedValue;
           . . . . . . . .
       }
   }


Here,I am getting e.Item.IsInEditMode is always false.I am set the property in MasterTable view as below:

<MasterTableView DataKeyNames="POWId" EditMode="EditForms">

Is there any more modifications need to perform.Please tell me...

Thanks...

Vasil
Telerik team
 answered on 25 Nov 2010
5 answers
423 views
Hi,
 im using rad rotator for rotating latest 10 images from a folder, but the image names are in database.
So ,i have to retrieve those latest 10 image names and should attach these names to images path using image url
like this:
<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" Height="120px" Width="300px">
                        <telerik:RadRotator ID="RadRotator1" runat="server" Height="120px" Width="680px" ScrollDirection="Right"
                        ItemWidth="120px" ItemHeight="100px" BorderColor="Transparent">
                       <ItemTemplate>
                          <div style="margin:5px">
                              <asp:Image ID="image1" runat="server" CssClass="image" ImageAlign="left" ImageUrl="~/images/movies/'<%#Bind("imagename")%>'"/>
                          </div>
                        </ItemTemplate>
                         </telerik:RadRotator>                        
                    </telerik:RadAjaxPanel>
check my below files to get clear view on this





pls help me out of this issue
Svetlina Anati
Telerik team
 answered on 25 Nov 2010
5 answers
281 views

hi for all

I've download rad pdf tool
Because I want to use in web application and I want to show the files for visitors or users  to the site through the rad pdf tool
But I don't know how to use this tool with asp.net
Any one can help me in this matter, or propose to another tool to view the pdf files

throw asp.net thanks
Rumen
Telerik team
 answered on 25 Nov 2010
2 answers
79 views
The problem is in Firefox (only tested in IE6 and Firefox)
PanelBaritem does not expand to show all content in Firefox and does not show a scrollbar
attached is a screenshot
and here is a snippet
<telerik:RadPanelBar ID="RadPanelBar1" Runat="server" Skin="Windows7"
            Width="90%"  ExpandMode="SingleExpandedItem" AllowCollapseAllItems="true">
            <Items>
                <telerik:RadPanelItem runat="server" Text="Company" ImagePosition="Right" ImageUrl="Images/Expand.jpg" ExpandedImageUrl="Images/Collapse.jpg"  >
                <Items>
                    <telerik:RadPanelItem>
                    <ItemTemplate>
                         <uc2:ByCompany ID="ByCompany1" runat="server" />
                    </ItemTemplate>
                    </telerik:RadPanelItem>
                </Items>
                 
                </telerik:RadPanelItem >
                <telerik:RadPanelItem runat="server" Text="Analyst" ImagePosition="Right" ImageUrl="Images/Expand.jpg" ExpandedImageUrl="Images/Collapse.jpg">
                 <Items>
                    <telerik:RadPanelItem>
                    <ItemTemplate>
                    <uc3:ByAnalyst ID="ByAnalyst1" runat="server" />
               </ItemTemplate>
                    </telerik:RadPanelItem>
                </Items>
                 
                </telerik:RadPanelItem >
he code
Yana
Telerik team
 answered on 25 Nov 2010
1 answer
85 views
Good Day/Evening,

I've been struggling these past 2 days to get the Heirarchy grid working with my object, this is what my object looks like

Public Class Person
    Public Property Firstname as String
    Public Property Surname as String
    Public Property Age as Integer
    Public Property Vehicles as List(Of Vehicle)
End Class
 
Public Class Vehicle
    Public Property Make as String
    Public Property Model as String
    Public Property Color as String
End Class

Now when I call my WCF Service it returns a List(Of Person) which I bind to my RadGrid only show the Firstname,Surname and Age. I would like to get the Vehicles to show in a child grid. Is this possible?

Thank you!
Ryan
Top achievements
Rank 1
 answered on 25 Nov 2010
1 answer
151 views
Hi all

I'm using the FileExplorer control in a scenario with the following requirements:

a) Physical paths for the files should not accessible through IIS 
=> I'm working on implementing an adapted version of the the "PhysicalpathFilesystemProvider"

b) The permissions should be set in a way that a user can upload files, create new folders and delete files/folders under a designed "home" (top) folder, but should not be allowed to delete or rename his "home" folder, for example:
"D:\userdata\10711" is the "home" folder for user 10711, where he should have full rights to anything that is in located in that folder and its subfolders, but he should not be allowed to delete or rename the "10711" folder. 
=> I've played around with different configurations of viewPaths, uploadPaths and deletePaths, but have not found a way to set the permissions accordingly. But perhaps I'm overseeing something since I figure this must be quite a common scenario ...

Thanks in advance for any help,
Michael
Dobromir
Telerik team
 answered on 25 Nov 2010
1 answer
61 views
I created a parent portal in DNN and when I go to the new parent portal I see the menu and all pages from portal 0.  Is there a setting in RadMenu that I need not to have this happen?  I should not be seeing any of portal 0's pages.

Thanks,
Judy
Peter
Telerik team
 answered on 25 Nov 2010
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?