Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
331 views
I can add items to a comboBox - thru your excellent Telerik example.

But I am trying to delete all items , this code deletes some , not all 

function RemoveAllItems() 
    {
  
        var combo = $find('cboGarmentSize');
        var comboItems = combo.get_items();
          
        for (var i = 0; i < comboItems.get_count(); i++)
        {
            combo.trackChanges();
            var item = comboItems.getItem(i);
  
            combo.get_items().remove(item);
            combo.commitChanges();
              
        }
           
    }
Daniel Aquere
Top achievements
Rank 2
 answered on 19 Feb 2014
1 answer
61 views
Hi

I'm trying to create a Department Planner.

I need time in 15 mins interval for 24 hours horizontally on the header and employees name vertically. I need to be able to select the time interval for each employees. Also, I need to group employees based on their job profile. I also need a few footers to calculate totals.

For example

                                        6:00                   7:00                   8:00                9:00            10:00 .............................n                                                            Total hrs worked
                                  15   30   45       15   30   45       15  30   45     15   30  45    15   30  45

Group A - Emp1      highlight back color if working and if double clicked on a particular 15 mins interval then change the colour                                Total Emp1
Group A - Emp2                                     
Group A - Emp3
     :
Group A -Footer total...

Group B - Emp1
Group B - Emp2
    :
Group B - Footer total


What' s the best control that I can use to achieve the above scenario.

Any suggestions would be appreciated.

Thanks
Plamen
Telerik team
 answered on 19 Feb 2014
1 answer
88 views
i have rad editor in my website,and image manager work correctly(pic2)
when browse from VS.but when browse it from Internet Information Service
and server image manager dialog not showing correctly and toolbox dose

how to solve this problem?
Marin Bratanov
Telerik team
 answered on 19 Feb 2014
1 answer
140 views
i have rad editor in my website,and image manager work correctly when
browse from VS.but when browse it from Internet Information Service and
server image manager dialog not showing correctly and toolbox dose not
show.
how to solve this problem?
Marin Bratanov
Telerik team
 answered on 19 Feb 2014
1 answer
91 views
the Dialogs (documents,images,media....) are not aligned right.
the folder tree in in the middle the files is in the left side , and the preview on the right side 


you should add this style  to widget.css when on rtl mode:

.redWrapper .redFEWrapper{float: right;}
that fixed the problem .

ido nahmias
Lnet CTO
Danail Vasilev
Telerik team
 answered on 19 Feb 2014
1 answer
138 views
i have rad editor in my website,and image manager work correctly
when browse from VS.but when browse it from Internet Information Service
and server image manager dialog not showing correctly and toolbox dose

how to solve this problem?
Marin Bratanov
Telerik team
 answered on 19 Feb 2014
4 answers
112 views
Hi
I have permissions for accessing folders in my app. in the page I read permission and set ViewPath,UploadPath,..  to folder that users has permission for it.
It works, but problem is in this scenario: an admin (that has permission to all folders) login and view files, after logout another user login and all files are shown to him. it seems that the file explorer caches the directory structure.
So How can I delete this cache or solve the problem?
Thanks
Ianko
Telerik team
 answered on 19 Feb 2014
14 answers
47 views

I am getting really tied of working around Telerik bugs, caused by out of date updates..
Ie. when telerik are many releases behind dependent commercial products like jquery, and all AWS, VS, the list goes on and on..
Not sure if this is just not caring , or too lazy to bother..

Clearly Not acceptable..

When will this situation be addressed..






Georgi Tunev
Telerik team
 answered on 19 Feb 2014
3 answers
565 views

Validation works fine for RadTextBox but doesn't work for RadDropDownList. Need Initial value to be select.

01.<telerik:GridTemplateColumn HeaderText="SOURCE" HeaderStyle-Width="85px" UniqueName="SourceKey"
02.                                           DataField="SourceKey" Visible="true" SortExpression="Source">
03.                                           <ItemTemplate>
04.                                               <%# Eval("Source")%>
05.                                           </ItemTemplate>
06.                                           <EditItemTemplate>
07.                                               <span>
08.                                                   <telerik:RadDropDownList runat="server" ID="rddlSources" DataSourceID="odsSources"
09.                                                       DataValueField="SourceKey" DataTextField="Source" Width="83px" DefaultMessage="Select">
10.                                                   </telerik:RadDropDownList>
11.                                                   <span style="color: Red">
12.                                                       <asp:RequiredFieldValidator ID="rfvSource" ControlToValidate="rddlSources" ErrorMessage="*Required"
13.                                                           runat="server" Display="Dynamic">
14.                                                       </asp:RequiredFieldValidator>
15.                                                   </span></span>
16.                                           </EditItemTemplate>
17.                                       </telerik:GridTemplateColumn>
18.                                       <telerik:GridTemplateColumn HeaderText="ACCOUNT" HeaderStyle-Width="100px" SortExpression="Account"
19.                                           UniqueName="Account" DataField="Account">
20.                                           <ItemTemplate>
21.                                               <asp:Label runat="server" ID="lblAccount" Text='<%# Eval("Account") %>'></asp:Label>
22.                                           </ItemTemplate>
23.                                           <EditItemTemplate>
24.                                               <span>
25.                                                   <telerik:RadTextBox Width="98px" runat="server" ID="rtxtAccount">
26.                                                   </telerik:RadTextBox>
27.                                                   <span style="color: Red">
28.                                                       <asp:RequiredFieldValidator ID="rfvAccount" ControlToValidate="rtxtAccount" ErrorMessage="*Required"
29.                                                           runat="server" Display="Dynamic">
30.                                                       </asp:RequiredFieldValidator>
31.                                                   </span></span>
32.                                           </EditItemTemplate>
33.                                       </telerik:GridTemplateColumn>

 

Angel Petrov
Telerik team
 answered on 19 Feb 2014
2 answers
98 views
Is there any clear summary of how to deal with IE10?  

IE9 seems ok, at least in compatibility mode and I'll be testing IE11 tonight.

Even when upgraded to the latest Telerik Ajax version, there seem to be compatibility issues with the RadGrid and RadSplitter.
Boris
Top achievements
Rank 1
 answered on 19 Feb 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?