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

How do i make the font style to be normal instead of bold? I am using bootstrap and here is my code: and an attached picture. The demo from your side look good but not mind http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/checkboxes/defaultcs.aspx

     <div class="form-group">
                 <telerik:RadComboBox ID="RadComboBox1" Style="width:50%" runat="server" CheckBoxes="True">
                     <Items>
                         <telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem1" Value="RadComboBoxItem1" />
                         <telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem2" Value="RadComboBoxItem2" />
                         <telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem3" Value="RadComboBoxItem3" />
                         <telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem4" Value="RadComboBoxItem4" />
                         <telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem5" Value="RadComboBoxItem5" />
                     </Items>
                 </telerik:RadComboBox>
                 &nbsp;<asp:Button id="btnPost" runat="server"  Text="&nbsp;Share it&nbsp;" CssClass="btn btn-primary btn-sm" />          

             </div>
Plamen
Telerik team
 answered on 22 Sep 2014
1 answer
113 views
I have a RADGrid that is databound upon page load. I have a button that initiates the Export to ExcelML. On click of button i add more rows to the datasource(not calling rebind explicitly). when calling Export APl , the grid rebinds(rowcreated getting called).I have more than 65000 records which is causing performance issues.Is there any way using the telerik export API without the grid rebinding.

Any ideas?
Kostadin
Telerik team
 answered on 22 Sep 2014
1 answer
250 views
I am having a radgrid in my page and using telerik excel export API for exporting to excel.I have around 60000-70000 records in my datasource.Every time I call export to excel, the grid rebinds(row created event is getting called).How to prevent this from happening.Is there any way to export the datasaource without rebinding the grid.

Kostadin
Telerik team
 answered on 22 Sep 2014
8 answers
585 views
Hi,
In my sharepoint page I am using rad editor, and when adding an image using insert image button in editor, and when clicking on properties button it shows the below error
Web.config registration missing!
The Telerik dialogs require a HttpHandler registration in the web.config file. Please, use the control's Smart Tag to add the handler automatically, or see the help for more information: Controls > RadEditor > Dialogs > Introduction

I have changed my web.config by adding the below lines
In <httpHandlers>
<add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />
<add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
 and in <handlers>

<add name="Telerik_Web_UI_DialogHandler_aspx" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" />
      <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />

and addded DialogHandlerUrl="/Telerik.Web.UI.DialogHandler.axd" in the radeditor tag.
but still showing the error.
how can I solve this issue?

thanks  in advance
Jiju
Sagar
Top achievements
Rank 1
 answered on 22 Sep 2014
1 answer
137 views
images are not displayed in rad image gallery as cross sign images displayed
Konstantin Dikov
Telerik team
 answered on 20 Sep 2014
2 answers
112 views
Hi,

This is a very strange problem. I have a test page with a RadTabStrip (version 2014.1.225.40), It worked fine for quite a while. but yesterday I found the last tab in the tabstrip displayed in the second line in Chrome, a screenshot is attached. not sure when this problem happened. no code change at all recently. I guess it could because I upgraded the Chrome, but not sure. the problem happens only in Chrome, and disappears after a page postback. any help would be very appreciated.

Cheers,

Jason

<telerik:RadTabStrip ID="RadTabStrip1" SelectedIndex="0" runat="server" Align="Left"
    DataFieldID="key" DataValueField="key" DataTextField="value" MultiPageID="RadMultiPage1"
    Skin="Silk" ScrollChildren="true" OnTabClick="RadTabStrip1_TabClick">
</telerik:RadTabStrip>
Jason
Top achievements
Rank 1
 answered on 20 Sep 2014
2 answers
55 views
Hi,

I'm trying to add a RadColorPicker inside a RadPanelBar, but the color palette is cutted by the panel (see the image attached).
Here is my code:

<telerik:RadPanelBar runat="server" ID="RadPanelBar1" Height="300" ExpandMode="FullExpandedItem">
 <Items>
  <telerik:RadPanelItem Text="Ranges">
   <ContentTemplate>
    <asp:Panel id="pnlRangesPanel" runat="server" groupingtext="Limits">
     <table>
      <tr>
       <td>Max: </td>
       <td><asp:TextBox id="tbRangeMax" runat="server" /></td>
      </tr>
      <tr>
       <td>Min: </td>
       <td><asp:TextBox id="tbRangeMin" runat="server" /></td>
      </tr>
      <tr>
       <td>Color:</td>
       <td><telerik:RadColorPicker ID="radColorPicker1" runat="server" ShowIcon="true" ShowEmptyColor="false" /></td>
      </tr>
     </table>
    </asp:Panel>
   </ContentTemplate>
  </telerik:RadPanelItem>
 </Items>
</telerik:RadPanelBar>

It is possible the color palette overlaps the panel?

Thanks!
Gustavo
Top achievements
Rank 1
 answered on 19 Sep 2014
1 answer
72 views
Hello,

Online you show a demo called cross-layer integration demo. You have a set of markers for places to visit on the map. You also have them connected with a line drawn showing the route. How do you draw the line on there? I saw in code how to add markers but if I want to draw a route on how to get somewhere how do you add that line for the route on the streets?

Thanks,

Warren
Konstantin Dikov
Telerik team
 answered on 19 Sep 2014
1 answer
234 views
Hello Folks,

I am facing this problem from Yesterday. I request one and all to help me out ASAP if you have the solution.

We  are working with an application in ASP.NET Framework [ 2.0] and using Telerik [2009.1.527.35] version. We got a problem with DropDownList not working properly in some IE versions after windows update done last night.

Even though the matching data is received after you type the first letter in the dropdown field the auto-complete dropdown just goes blank after you enter the second matching letter.  

For example
When you move into a dropdown field and type the first letter, it correctly starts the matching process.  However, as soon as you type a second letter, the text that you are typing disappears. When you move your mouse cursor near to dropdown field then the selected item appears. This strange behavior we came across yesterday and only in few browsers with different version numbers. Such as in IE11 (KB2976627) version the dropdowns are working fine but when we checked with IE11 (RTM) version we had an issue.

PS: I have attached the screenshots

Thanks in advance

 
Kumar G

Dimitar
Telerik team
 answered on 19 Sep 2014
2 answers
174 views
Hi all

I have an RADGrid which is bound to an ObjectDataSource. I use an SQLDataReader to read a self joined table from the database. After having tried several sql statements with table aliases, I ended up with the following (simplified) sql statement:

Select F.SysID, F.Companyname, F.Address, K.sysID As ConsSysID, K.Companyname As ConsCompanyname, K.Address As ConsAddress From Company As F Left Outer Join Company As K on F.ConsolidatedWithID = K.SysID

In cases where a company belongs to another company (holding structure), the field ConsolidatedWithID contains the SysID of the holding company it belongs to. When reading the SqlDataReader, objDataReader("ConsCompanyname") returns the correct value from the database. However in my RADGrid the GridBoundColumn with DataField = "ConsCompanyname" doesn't show any value.

Any help appreciated. Thanks.

Jürg
Jürg
Top achievements
Rank 1
 answered on 19 Sep 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?