Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
125 views

Hi

Is there a way to add custom attributes to each item in the list?

Andy

Rumen
Telerik team
 answered on 26 Apr 2017
0 answers
99 views

Hi Team,

when i am changing value in  font size drop down the selected value in font name drop down is changes automatically  to default.

here i am unable to predict the selected font name.

i am using 2012 version of telerik.web.ui.dll

could you please help me out.

 

Regards,

Rushyendra.

Rushyendra
Top achievements
Rank 1
 asked on 26 Apr 2017
3 answers
1.6K+ views
Hi,

I have been using Telerik component specially ASP.NET AJAX and Telerik Open Access ORM for quite sometime. I am very happy and would like to purchase Telerik Premium Collection. My query is, once I get the license key, how do I apply to license key to the existing telerik components in my workstation.

Many thanks.
MG
Marin Bratanov
Telerik team
 answered on 26 Apr 2017
5 answers
71 views

We switched to DevExpress about 2 years ago when it felt like the Telerik ASP.NEJ AJAX components had stalled development. One of the problems I remember is that the designers (Configuration Wizards) where unusable on high resolution displays with scaling.

 

Today I decided to have a look at what happened during the last 2 years and to my shock I see that the same problem still remains??? Can this really be??

Marin Bratanov
Telerik team
 answered on 26 Apr 2017
3 answers
110 views

How set TargetField from SqlDataSource like i set url from DataNavigateUrlField?

In telerik:RadMenu i set:

<telerik:RadMenu ID="RadMenu1" DataSourceID="Menu" DataFieldID="NodeId" DataFieldParentID="ParentNodeId" DataNavigateUrlField="NavigateUrl" DataTextField="sidnamn"
    OnItemDataBound="RadMenu1_ItemDataBound" Skin="Bootstrap" RenderMode="Auto" Width="100%" runat="server">
    <DataBindings>
        <telerik:RadMenuItemBinding Depth="0" TargetField="target" runat="server" />
        <telerik:RadMenuItemBinding Depth="1" TargetField="target" runat="server" />
    </DataBindings>
</telerik:RadMenu>
Marin Bratanov
Telerik team
 answered on 26 Apr 2017
0 answers
138 views

When I turn off scrolling ".rgDataDiv" no longer gets emitted, and I lose the ability to set a minimum height.  If I have no records I'm OK because I can use the NoRecords template to set an empty table.  If I have over a page of rows, I'm good because I turned off scrollbars.  BUT, if I only have a few rows, the grid stops after the last row, leaving most of the page blank.  Without ".rgDataDiv" I can't set a min height.  Any Ideas?

<telerik:RadGrid runat="server" ID="RadGridIncomeOfficeRetailRentRoll" CellSpacing="0" GridLines="None"
    DataSourceID="ObjectDataSourceRetailIndusOfficeRentRoll" OnItemCommand="RadGridRentRollROI_ItemCommand"
    AllowSorting="True" AutoGenerateColumns="False" PageSize="20" AllowPaging="true" AllowFilteringByColumn="false"
AllowMultiRowSelection="false" HeaderStyle-Font-Bold="true" CssClass="GridHeightSet">
                    <ClientSettings EnableRowHoverStyle="True">
                        <Scrolling AllowScroll="False" UseStaticHeaders="True" SaveScrollPosition="True" />
                        <Selecting AllowRowSelect="true" />
                    </ClientSettings>
 
                    <MasterTableView DataSourceID="ObjectDataSourceRetailIndusOfficeRentRoll" OverrideDataSourceControlSorting="true"
                        DataKeyNames="TRRD_ID" CommandItemDisplay="None" EnableNoRecordsTemplate="True">
                <NoRecordsTemplate>
                    <table width="100%" border="0" cellpadding="20" cellspacing="20" style="height: 250px;">
                        <tr>
                            <td></td>
                        </tr>
                    </table>
                </NoRecordsTemplate>
Steven
Top achievements
Rank 1
Iron
 asked on 26 Apr 2017
1 answer
99 views
In the past we were able to make RadGrid DateTime columns display the correct date region formatting by only adding Culture="auto" to the page. This still works for all our supported browsers and OSs, except IE11 on Windows 10. On this combination, it is always displaying in US format. We are able to make Firefox work on Windows 10 by installing the desired region. We can also make IE11 work on Windows 7 and 8.1 by changing our region settings. Its just the specific combination of IE on Windows 10. We are currently using telerik version 2015.2.623.35, but were also able to reproduce the issue when upgrading to the latest version. Is there something else we have to add to make this work on IE11 Win10?
Eyup
Telerik team
 answered on 26 Apr 2017
8 answers
1.4K+ views
Hi

There is a radcombobox with checkboxes enabled and how can I access all the checked items in C# code?

Thanks all
Dona.

jamsheer
Top achievements
Rank 1
Veteran
 answered on 26 Apr 2017
6 answers
251 views
When trying to filter on a string with square brackets [ ] in it the filter does not work (all rows are still shown).  I am assuming that this is a situation that grid filtering can't handle.  Is there a solution for this issue or at least a list of invalid characters for filtering that I can pass along to our testers.

Thanks

John
Kevin
Top achievements
Rank 1
 answered on 26 Apr 2017
0 answers
121 views

When editing numbers in a TreeListNumericColumn, some fractions are rounded down if the SQL data type is real.  E.g. 1.4 shows up in read mode, but in edit mode it is 1.39. This does not happen with the RadGrid box. See the picture attached. It's a tree list and a rad grid - both using the same SQL data source.

Source code:

 

<telerik:RadTreeList runat="server" DataSourceID="sql" ParentDataKeyNames="parent_id" DataKeyNames="id" Caption="TreeList"
    EditMode="InPlace">
    <Columns>
        <telerik:TreeListEditCommandColumn ShowAddButton="false" />                   
    </Columns>
</telerik:RadTreeList>
<br /><br />
<telerik:RadGrid runat="server" DataSourceID="sql" AllowAutomaticUpdates="true" MasterTableView-Caption="Grid" >              
    <MasterTableView EditMode="InPlace">
 
        <Columns>
            <telerik:GridEditCommandColumn />
        </Columns>
    </MasterTableView>
</telerik:RadGrid>
 
<asp:SqlDataSource runat="server" ID="sql" ConnectionString="<%$ ConnectionStrings:SqlDB%>" CancelSelectOnNullParameter="false"
    SelectCommand="select 0 id, convert(real, 1.4000) real_value, convert(decimal(10,4), 1.4) decimal_value, null parent_id " />
G716
Top achievements
Rank 1
 asked on 26 Apr 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?