Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
173 views
I want to be able to display only files that are not set to hidden by the OS.

How do I filter files that are hidden?  I'm using the filter example, but it looks like there is no attribute or property of Hidden.

Vessy
Telerik team
 answered on 01 Sep 2016
3 answers
354 views

I'm new to UI for ASP.NET AJAX, so please excuse my probably stupid question:

I'm working on a legacy project which I am supposed to leverage to the latest Visual Studio edition.

In the legacy application, it was common to download some files, add them to some project related "lib" folder and then reference the Assemblies therein.

Since we have NuGet now, I'd like to migrate the existing procedure to the currently suggested behaviour and download a matching NuGet package which then everyone in the team will automatically have downloaded and installed.

I can't find the Telerik NuGet package on nuget.org, though.

What is the suggested process of adding Telerik UI for ASP.NET AJAX to a web project?

Your help is apprecited.

Marin Bratanov
Telerik team
 answered on 01 Sep 2016
1 answer
93 views

Hello, 

I am getting lots of Not Loaded (error) in Image Editor of telerik:RadEditor. Please see the attachment for more details. It's really urgent, so help will be highly appreciated!!!

 

Thanks in advance.....

 

Attiq.

Rumen
Telerik team
 answered on 01 Sep 2016
4 answers
802 views
Hello Telerik Users,
I want to add an attribute to a GridBoundColumn which I create in the code. How do I achieve this?

Kind regards,

Marijn Ophelders
Eyup
Telerik team
 answered on 01 Sep 2016
3 answers
279 views

Hi,

Using the css border-collapse:collapse has no effect on the layout. Could you pls give an example how to create a simple grid layout with gridlines where the borders are all the same size (no double-up)?

Marin Bratanov
Telerik team
 answered on 01 Sep 2016
5 answers
773 views
hi  
   help me, how to find the controls  'rdpIntrwDate' and  'txtInterviewDateHij' within radgrid editform using javascript?
 Thanks for any suggestion



<telerik:GridTemplateColumn HeaderText=" Interview Date " UniqueName="InterviewDate" DataField="InterviewDate"
 HeaderStyle-ForeColor="Black"  >
<EditItemTemplate>
         <telerik:RadDatePicker ID="rdpIntrwDate" runat="server" Width="200px" DateInput-AutoCompleteType="Disabled"
                      AutoPostBack="false" SelectedDate='<%# Eval("InterviewDate")==DBNull.Value?DateTime.Today:Eval("InterviewDate") %>'
                        onkeydown="return (event.keyCode!=13);"
         CssClass="PersonalDatePicker" DateInput-DateFormat="dd/MM/yyyy" DateInput-DisplayDateFormat="dd/MM/yyyy">
           <ClientEvents OnDateSelected="GrigToHij" />
          </telerik:RadDatePicker>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="lblIntrwDate" runat="server" Text='<%# Eval("InterviewDate") %>'></asp:Label>
</ItemTemplate>
</telerik:GridTemplateColumn>
 
 <telerik:GridTemplateColumn HeaderText=" InterviewDateHij " UniqueName="InterviewDateHij" DataField="InterviewDateHij"
   HeaderStyle-ForeColor="Black"  >
    <EditItemTemplate>
        <telerik:RadTextBox ID="txtInterviewDateHij" runat="server"  Width="200px"
             Height="20px" ForeColor="#0066FF">
                    <ClientEvents OnValueChanged="HijToGreg" />
         </telerik:RadTextBox>
   </EditItemTemplate>
    <ItemTemplate>
      <asp:Label ID="lblDOBHij" runat="server" Text='<%# Eval("InterviewDateHij") %>'></asp:Label>
    </ItemTemplate>
</telerik:GridTemplateColumn>
Eyup
Telerik team
 answered on 01 Sep 2016
1 answer
154 views

I have a RadNavigation where Parent nodes and Child nodes are programmatically created depending on what the user has access to.

The dropdowns for the nodes and more (sandwich) menu are set to a fixed height depending on screen width size and if portrait or landscape.

Some users are admin level users and have access to everything. The dropdowns do scroll to show more items in the menu but i noticed there is no indicator at the top and/or bottom of the dropdown that indicate there are more items at the top and/or bottom.  Is there a way to set up some kind of indicator?

Please help!

Sincerely,

Keith Jackson

Magdalena
Telerik team
 answered on 01 Sep 2016
2 answers
352 views

Hi,

I am using the code below in an attempt to print out a portion of a page contained in a div. The div contains a RadPageLayout and some other rad controls but when I print the style of the controls is lost (radpagelayout loses it table form and all fonts default to standard) - obviously the style being applied by skin is not included in the window being opened - is it possible to print like this and keep the skin, font etc?

 

function PrintElement(id, width, height) {
    var prtContent = document.getElementById(id);
    var WinPrint = window.open('', '', 'left=0,top=0,width='+width+',height='+height+',toolbar=0,scrollbars=0,status=0,dir=ltr');
    WinPrint.document.write(prtContent.innerHTML);
    WinPrint.document.close();
    WinPrint.focus();
    WinPrint.print();
    WinPrint.close(); 
}

Al
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 01 Sep 2016
1 answer
102 views

Hi, how can I stop the user from highlighting text of the selected item in a combo?

 

See image.

 

 

Ivan Danchev
Telerik team
 answered on 01 Sep 2016
1 answer
143 views

When use drag and drop or select more than one file, how I change the order at RadAsyncUpload ?

For example, I select the files 1.jpg, 2.jpg and 3.jpg with shift key and drop, the order was 2.jpg,1.jpg ,3.jpg. 

Thanks

Veselin Tsvetanov
Telerik team
 answered on 01 Sep 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?