Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
98 views
I need to retrive the DataKeyValues in my ItemDataBound when someone clicks Add or Update.  Can you tell me how to do that?

 

 

Protected Sub grdMSC_ItemDataBound(ByVal sender As Object, ByVal e As Telerik.Web.UI.GridItemEventArgs)
    
      If (TypeOf e.Item Is GridEditFormItem AndAlso e.Item.IsInEditMode) Then
            
          If (e.Item.OwnerTableView.IsItemInserted) Then
               'Does NOT work always returns -1
               lblMessage1.Text = Me.grdMSC.MasterTableView.DataKeyValues(e.Item.RowIndex)("Category_ID").ToString
          Else
           
          End If
            
      End If
        
  End Sub

 

 

 

 

Pavlina
Telerik team
 answered on 08 Jun 2011
3 answers
66 views
Hi

Radgrid items are lightening fast on older version of IPAD. but the same is very slow on IPAD1. Do you know why its doing that
Did you get any complaints about this

Thank you
Kavya
Vasil
Telerik team
 answered on 08 Jun 2011
6 answers
126 views
Hello, how can I use RadScriptManager in a way that will download static javascript files from my site, similar to how your CDN works?  I would like to get the benefits of caching these, is there any way to do this without setting up my own CDN?  Ideally I would like to use your CDN by default and mine as an emergency fallback, is there any way to do this? 

Thanks,
Aaron
Aaron C
Top achievements
Rank 1
 answered on 08 Jun 2011
5 answers
144 views
hi there , im trying to make my slideshow
http://demos.telerik.com/aspnet-ajax/slider/examples/slideshow/defaultcs.aspx
auto scroll for every 5 seconds , ive tryed to change few setting but without succsess
is there any way i can do this
thanks
Niko
Telerik team
 answered on 08 Jun 2011
1 answer
90 views
Hi
I wanna know if it is possible to set the  RadScheduler   Calender to display Jalali Dates (Persian Calender) ?
Is there any way?

Best Regards
Ghazal
Plamen
Telerik team
 answered on 08 Jun 2011
5 answers
220 views
Hi,

I am planning to enhance one of our project with the Telerik Menu. The menu which is proposed is Vertical and exploding type. Below is a small example.

There will be few parent tab which will be colla[sed by default. on click of the tab, the tab will expand to show few of its sub links with a scroll bar. scroll bar will help if there are huge list under the parent tab.  which ever tab i click that only should expand all other tab should collapse. the selected link should be highlighted.

I am looking for such a functionality, This is going to be a ASP.NET project, Framework Version 2.0 and Visual Studio 2010.

Thanks,
Shiras
Plamen
Telerik team
 answered on 08 Jun 2011
2 answers
103 views
Hi

How can I scroll to always show the selected row second from bottom in the list. I'm currently using scrollIntoView to show the selected row, but is scrolls so that the selected row allways is the last visible, but I need to scroll to show one row extra.

I also need the function get_isVisible to work with the same intention to show one row extra.

/Keivan
Keivan Kechmiri
Top achievements
Rank 1
 answered on 08 Jun 2011
2 answers
55 views
IE9 - When I click on the canned Find and Replace in a RadEditor toolbar a new window or tab is loading with javacript'<html></html>' showing in the tab...see attached picture.

Also,  in IE and FF the Find and Replace dialog is positioning itself hap-hazardly on the page...is there a hook, or way I can tell the Find and Replace where to load on the screen...similar to telling the toolbar where to load?

Please see attached pics.

Thank you.
Rumen
Telerik team
 answered on 08 Jun 2011
3 answers
89 views
Hi, I was wondering if there is anything I can do other than totally rewrite my web pages to be able to use the Telerik controls with Blackberry browsers? Unless everyone is living under a rock, the mobile space is becoming the new desktop. The Telerik controls work very nicely with the iPhone and iPad but have a very difficult time on the Blackberry.

I am not specifically requesting mobile controls, rather, the existing controls play nice with the Blackberry environment just as they do now with the iOS mobile devices.
Simon
Telerik team
 answered on 08 Jun 2011
5 answers
271 views
I have a pie chart when rendered has overlapping item labels due to two of the pie 'slices' being less than 1% of the pie (see attached screenshot).  I've searched through the forum for pie charts and have implemented the various suggestions but the labels still overlap.  Could someone provide suggestions on how to get the labels to not overlap?

Here's what I have in the aspx page:
<telerik:RadChart ID="rcPrePackaged" runat="server" DefaultType="Pie" Width="710px" AutoTextWrap="true" OnItemDataBound="rcPrePackaged_ItemDataBound" Skin="LightGreen" OnBeforeLayout="rcPrePackaged_BeforeLayout">
   <Appearance Dimensions-Width="600px">
   </Appearance>
   <Series>
      <telerik:ChartSeries Name="Recording Status" Type="Pie" DataYColumn="iCount">
      <Appearance LegendDisplayMode="ItemLabels" ShowLabelConnectors="true">
         <LabelAppearance Distance="20"
         </LabelAppearance
      </Appearance>
      </telerik:ChartSeries>
   </Series>
</telerik:RadChart>

And in the code behind:
' Set additional chart properties and settings.
rcPrePackaged.ChartTitle.TextBlock.Text = "Pre-Packaged Items"
rcPrePackaged.ChartTitle.Visible = True
rcPrePackaged.Series(0).Appearance.Border.Visible = "true"

Note I did try setting the 'LabelConnecter-Style' to be "Alice-Blue", however, the connectors were no longer visible so I removed that line of code.

Thanks!
Lindsay Kemp
Top achievements
Rank 1
 answered on 08 Jun 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?