Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
146 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
116 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
58 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
77 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
244 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
179 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
2 answers
339 views
Hi everyone,

I'm manipulating a RadComboBox client-side in javascript using jquery and need some help. I'm loading items into the dropdown via the requestItems() method. I would like to do a synchronous wait until the dropdown has finished loading completely. I couldn't find any such methods in the documentation: http://www.telerik.com/help/aspnet-ajax/combobox-client-side-radcombobox.html

Here's my code

var cb = $find('RadComboBoxId');
var filterText = "my filter";
 
cb.clearItems();
cb.clearSelection();
cb.showDropDown();
cb.set_text(filterText);
cb.requestItems(filterText, false);
/* i would like to wait synchronously here until the list has completely loaded
   before proceeding to the next line. */
alert('all relevant items have been loaded!');

Does anyone know of a solution? Solution doesn't have involve jquery.

Thanks!
Dili
Top achievements
Rank 1
 answered on 19 Sep 2014
1 answer
135 views
How would I disable all future dates so they are not selectable?

Andy
Andy Green
Top achievements
Rank 2
 answered on 19 Sep 2014
5 answers
152 views
Hello,

I'm using OLAP connection to pivot grid. 

When dimension attribute checkbox is used to select dimension attribute it moves the selected attribute to "Row Fields" and after refreshes if it is a aggregate field it will be moved to the appropriate zone. why isn't it getting moved to the correct zone straight away when checkbox is used to select the dimension attribute?

please refer the link for a video demonstrating the issue : https://www.youtube.com/watch?v=MVMaZdbBv1s&feature=youtu.be

Thanks and Regards,
Yohan
Milena
Telerik team
 answered on 19 Sep 2014
2 answers
197 views
I have a tooltip manager on a page and I tooltipify rad grid rows using the standard method outlined in the demos. I would like to specify the tooltip title based on the row. How do I do that? It doesn't look like there is any server-side access to the specific tooltip being generated in the OnAjaxUpdate event handler. I also thought maybe I could handle the OnClientBeforeShow, or OnClientShow events of the TooltipManager client-side and set the title that way, but I couldn't figure out how to either get an instance of the tooltip being generated, or pass info from the Grid ItemDatabound event to the tooltip so I can use the set_title() method.
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
 answered on 19 Sep 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?