Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
124 views
I have a situation where I am creating a RadPanelBar during the OnLoad event of my page. When I do it this way, the panel bar ends up entirely expanded, even when I set each RadPanelItem.Expanded to false.

Previously, this panel bar was loaded after being triggered by a menu, but I wanted to change it so it starts preloaded based on some data. Any ideas?

Thanks,
Chris
Kate
Telerik team
 answered on 28 Jun 2012
1 answer
253 views
Hello,
it seams to be a problem with the radTabStrip on ScrollChildren = true active. There appear to be an internal width issue that breaks the design on browser resize. Here's the scenario:

I have this in a page:
<telerik:RadTabStrip  runat="server" ID="radTabStrip" PerTabScrolling="true" ScrollChildren="true" SelectedIndex="0" Width="100%" style="padding-top:2px;">
    <Tabs>
        <telerik:RadTab runat="server" Text="Customer Details" Value="0" />
        <telerik:RadTab runat="server" Text="Practice Info" Value="1" />
        <telerik:RadTab runat="server" Text="Customer & Case Alerts" Value="6" />
        <telerik:RadTab runat="server" Text="Calls & Notes" Value="2" />
        <telerik:RadTab runat="server" Text="Cases" Value="3" />
        <telerik:RadTab runat="server" Text="Accounting" Value="4" />
        <telerik:RadTab runat="server" Text="Sales" Value="5" />
        <telerik:RadTab runat="server" Text="Attachments" Value="7" />
        <telerik:RadTab runat="server" Text="Education Courses" Value="8" />
        <telerik:RadTab runat="server" Text="Personal Notes" Value="9" />
    </Tabs>
</telerik:RadTabStrip>

Here is the issue i found out:
Considerring all the tabs i have in the ASPX, when i resize the browser it works as it supposed. That is, the scroll button appears and the tab strips are correctly displayed in one row.
Now, if you remove the last RadTab ("Personal Notes"). The page loads correctly, but when you try to resize a few pixels the browser, the scroll buttons appear correclty, but the last TAB (and only the last tab) is displayed on a second row..and this is not as it supposed to work.
My guess is that is not the number of tabs, but the total width of the tabs, because if i dont remove the last tab ("Personal Notes"), but
insterad i rename the 3rd tab from "Customer & Case Alerts" into "Alerts", the design breaks again, placing the last tab on a second row.

This behavior was found in IE9 and is working as intended in FF

I have the last Q2 2012 version and i also attach two snapshots for error 1: (last tab removed) and error 2: (dont remove lat tab, instead rename the 3rd tab to shorter name)
Kate
Telerik team
 answered on 28 Jun 2012
0 answers
186 views
hi all,
  I have a table which have ID, Name, Value as columns. I have 12 records in the table which needs to be bind in the grid. The grid shows the data like below


Name      Value     Name   Value    Name Value

So the same set of columns need to be repeated 3 times so totally 4 rows shows the full data. In the footer i need to show the total of each value column. How can i achieve this? Any other control better than grid. I already the read the following threads

http://www.telerik.com/community/forums/aspnet-ajax/grid/repeate-columns-on-radgrid.aspx
http://www.telerik.com/community/forums/aspnet/grid/4-by-4-grid.aspx

But i didn't get the clear about of my requirement.

Akhil Raj
Top achievements
Rank 1
 asked on 28 Jun 2012
1 answer
113 views
All I am trying to do is set tooltip to say "This is to check spelling for user Input". But radspell shows  "Spell Check" but but when I hover outside the radspell it show my tooltip but thats not how its supose to work. I would appreciate if I can get exactly what i need to do to get tooltip on control .
Princy
Top achievements
Rank 2
 answered on 28 Jun 2012
3 answers
340 views
Hi there,
I am using telerik RadEditor like this in asp.net web application.
ASPX
<telerik:RadEditor ID="message" runat="server">                      
</telerik:RadEditor>
ASPX.CS
Had set Image Paths from server side.
string[] imagepath = { "../Images" };
message.ImageManager.ViewPaths = imagepath;
message.ImageManager.UploadPaths = imagepath;
message.ImageManager.DeletePaths = imagepath;
message.ImageManager.EnableImageEditor = false;

WEB.CONFIG
<add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2010.2.713.20, Culture=neutral, PublicKeyToken=########" verb="*" validate="false"/>
<add verb="*" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=########"></add>
<add verb="*" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=########"></add>

TELERIK  ASSEMBLY VERSION : Version=2010.2.713.20

Giving me exception as Using themed css files requires a header control on the page. (e.g. <head runat="server" />). when clicked on Image Manager on editor. With web.config error message as

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


Kindly help me to resolve the issue.

Regards,
Swapnil
Rumen
Telerik team
 answered on 28 Jun 2012
3 answers
113 views
I'm using timeline view. The previous and next navigation arrows move the range by the number of shown slots.
I would like to be able to decide the pace of navigation.
Let's say the range is one month (30 slots) I would like to move 1 day ahead each time I click on next arrow.

I guess I could do something in the RadScheduler_NavigationComplete event.

Can you help me?
Thanks
Peter
Telerik team
 answered on 28 Jun 2012
0 answers
114 views
Hi,

I have 1 rad tabstrip containg a radmultipage view  and based upon some logic different controls gets loaded dynamically in radmultipageview.

This works fine but on the 4th step I have another radmultipage used to load a user control dynamically based upon a condition adn inside that user control there is a  SAVE button to save the data in the DB .

The problem is when I click the Save button and debug the code - It goes through the page load event of that control but it is not firing the Click event on Save button.

Urgently needed, Any Quick help will be appreciated.

Thanks in Advance!




 
Kanav
Top achievements
Rank 1
 asked on 28 Jun 2012
4 answers
394 views
Hi,

First thanks to have add this new tools. One thing it's possible to have a GS1-128 barcode also? Info

And like other people it would be nice to have the possibility to export in pdf or png in the next release.

/Michel
mstoffel
Top achievements
Rank 1
 answered on 28 Jun 2012
0 answers
130 views
Hi,

I am using Telerik Asp.net Ajax Controls in MVC3 with WCF. I am using webforms(aspx). when i am passing data from View to Controller as form collection. I am not able to retrieve the controls information.
I am using in the Controller method

var val = FormCollection["txtApplicationName"].ToString();

I am getting object reference not set error.

If I am using
var val=FormCollection["ct100_MainContent_txtApplicationName_text"].ToString();

I am getting the correct text value of the TextBox in the View.

Can anybody help .
What code is to be written in Controller
Thanks,

Prabhakar
Prabhakar
Top achievements
Rank 1
 asked on 28 Jun 2012
1 answer
100 views
Hi,
     Im using inplace editing mode in my radgrid. I need to differentiate the row which im editing from the other rows. How can I change the color of the editing row to a different color from its parent row
    
Shinu
Top achievements
Rank 2
 answered on 28 Jun 2012
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?