Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
120 views
Hello.Are you aware of any bullets problems?
I mean they react strange.
Create a few bullets,write some text then select all the text and try to press bullets(repeatedly).
Of course after selecting so much text  i believe it's normal to react strange but our customers will not be happy.
Any ideas of improving bullets?
Thank you!
Rumen
Telerik team
 answered on 21 Jun 2010
6 answers
385 views
I developed my application using trial version number: 2008.2.826.20 , then decided to upgrade to the latest version 2008.3.1125.20. On the development machine i replaced the telerik.web.UI.dll with latest version: 2008.3.1125.20 everything went on fine & it's not generating any errors. On the staging environment using windows 2003 Server i',m getting the following error:

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load file or assembly 'Telerik.Web.UI, Version=2008.2.826.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

any ideas on how to resolve this issue?
Fadao
Top achievements
Rank 1
 answered on 21 Jun 2010
3 answers
241 views

I need to add the below functionality to all my grids

1. If the cell is empty, I need to append a value.
2. I need to get the Grid column width. (width is dynamic. I dint set any width specifically.)

I have inherited the RadGrid control and it executes both ItemDatabound/PreRender handler.
If I add the string, all the strings left empty. I tried the below code

protected override void OnPreRender(EventArgs e)
 {
 ControlHelper.RegisterScriptFile("~/App/script/NCRadGrid.js");
         
       
            foreach (GridItem item in MasterTableView.Items)
            {
             
                foreach (TableCell cell in item.Cells)
                {
                    cell.Text += " ";
                }
            }

Dimo
Telerik team
 answered on 21 Jun 2010
3 answers
227 views

Hi,
I have a grid with a GridTableView inside.  I automatically expand all rows using HierarchyDefaultExpanded=true.  But I'd like to hide the expander column.  I've set ExpandCollapseColumn-Visible = false.  But it has no effect. 

I've attached a screen shot.

It would be great if you could help.

Nick


Princy
Top achievements
Rank 2
 answered on 21 Jun 2010
1 answer
132 views
My RadDatePicker has a white space bwtween the title and the header which I don't like. How to get rid of it?
My RadDatePicker is like this now:

<

 

telerik:RadDatePicker ID="calDate" Runat="server" AutoPostBack="True" Width="95px" Skin="" EnableEmbeddedBaseStylesheet="false"

 

 

Culture="English (United States)" >

 

 

<Calendar UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False"

 

 

ViewSelectorText="x" ShowRowHeaders="false" BorderStyle="Solid" NavigationPrevText="&lt; Prev" NavigationNextText="Next &gt;" NavigationCellPadding="0" NavigationCellSpacing="3"

 

 

BorderWidth="0px" BorderColor="#573d08" CalendarTableStyle-BackColor="Control" FastNavigationStyle-BackColor="White" HeaderStyle-BackColor="#23476d" HeaderStyle-ForeColor="#ccffff"

 

 

TitleStyle-BackColor="#333333" TitleStyle-HorizontalAlign="Center" TitleStyle-ForeColor="White" SelectedDayStyle-BackColor="Orange" SelectedDayStyle-BorderStyle="Solid" SelectedDayStyle-BorderWidth="1px" SelectedDayStyle-BorderColor="#cccccc" DayStyle-BorderColor="#cccccc" DayStyle-BorderStyle="Solid" DayStyle-BorderWidth="1px" DayNameFormat="FirstTwoLetters" DayStyle-BackColor="White" DayStyle-Width="13px" DayStyle-ForeColor="#333333"

 

 

WeekendDayStyle-Width="13px" Width="130px" Height="100px" ShowOtherMonthsDays="false" SingleViewRows="5" CssClass="formInput" FastNavigationStep="2" FastNavigationNextText="" FastNavigationPrevText="" >

 

 

<ClientEvents OnLoad="calendarLoad" />

 

 

</Calendar>

 

 

<DatePopupButton ImageUrl="res/btn_calsm.png" HoverImageUrl="res/btn_calsm.png" ToolTip=""></DatePopupButton>

 

 

<DateInput DisplayDateFormat="M/d/yyyy" DateFormat="M/d/yyyy" AutoPostBack="True"></DateInput>

 

 

</telerik:RadDatePicker>

Thanks for help!

 


Joseph
Dimo
Telerik team
 answered on 21 Jun 2010
3 answers
281 views


 

 We are using telerik Q1 2009 Licensed version ASP.NET AJAX Control  .The problem we are facing  is   when we deploy the website on SSL VPN port 443 using (VPN-DES and VPN-3DES-AES) encryption and we try to open the application then all  the  terlerik controls are not working 

1) The Rad Panel did not expand 

2) The Radcombobox appears disabled .Does not show data on combo box and when we click it does not do anything.

3) The   Rad date picker does not work. 

 

 But when we used asp.net control instead or telerik its working fine  . All controls like the  dropdownlist , grid view everything is working fine  .

 

Our application is fully ready to be deployed. We need to fix this integration issue of telerik controls through SSL VPN on HTTPS.

We need your assistance to fix this problem urgently. It is a bad option for us to redevelop  the full application with asp.net controls  instead of  using  telerik  controls. 

 

Note: LAN environment application working fine with telerik controls only problem when we access this application through SSL VPN on HTTPS

I have attached two files which will show the application behaviour in both environment Lan and VPN.

Lini
Telerik team
 answered on 21 Jun 2010
1 answer
91 views
Hi,
I have a program which refreshes the radgrid once a radWindow closes. I have given the following statement to ajaxify the grid.
     <AjaxSettings> 
                                                                        <telerik:AjaxSetting AjaxControlID="RadAjaxManager1"
                                                                                      <UpdatedControls> 
                                                                                         <telerik:AjaxUpdatedControl ControlID="SectionsListGrid" LoadingPanelID="AjaxLoadingPanel1" /> 
                                                                                     </UpdatedControls> 
                                                                     </telerik:AjaxSetting> 

I can see the grid refreshing but cannot see the RadAjaxLoading panel in front of the grid.

Please advice.

Regards,
Jo


Dimo
Telerik team
 answered on 21 Jun 2010
1 answer
108 views
I'm not sure where to post this so here goes.....

I'm going to have a list of things that I want the user to be able to change the order of by dragging and dropping them. The data will be coming from a database but I can put it in a different format if that would be easier.

Anybody have any suggestions.

(I'm a newbie to Telerik so please be kind.....)

TIA - Jeff.
Dimo
Telerik team
 answered on 21 Jun 2010
1 answer
63 views
Is there a way for a user to drag a file from their desktop and drop in onto a web form and have the file uploaded to the server?

TIA - Jeff.
Dimo
Telerik team
 answered on 21 Jun 2010
1 answer
142 views
In my project there are lots of Data Pickers are present not only in entire project but also on individual pages.
I am using Telerik 2010 Q1 .
So the problem i am facing is that on pasting the characters or typing characters in the Date Picker it is not validating at all and my page gets submitted on submit click.
but if i use some thing like this in one JS file i.e.(Common.JS)

 

function Error(sender, args) {

 

sender.clear();

}

and then in individual page i write 

 

<

 

telerik:RadDatePicker ID="dtFollowUpDate" runat="server" Skin="Office2007" Culture="English (United States)"

 

 

 

Height="18px">

 

 

 

<DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton>

 

 

 

<DateInput ID="DateInput1" Skin="Office2007" runat="server" DateFormat="dd-MMM-yyyy" DisplayDateFormat="dd-MMM-yyyy"

 

 

 

ClientEvents-OnError="Error" Height="18px">

 

 

 

</DateInput>

 

 

 

<Calendar ID="Calendar2" runat="server" Skin="Office2007">

 

 

 

</Calendar>

 

 

 

</telerik:RadDatePicker>

 and its work perfectly for me.But for this to happen i have to write in all the pages for each control.

So what i want is to write some common thing in Web.config so that all the page should take effect.
Some thing like this

 

<

 

add key="Telerik.Web.UI.RadDateInput.ClientEvents-OnError" value="Error" />

 

 

 

Please advice how these can be achived or there is any other way to do this globally.
Thanks in Advance.

Dimo
Telerik team
 answered on 21 Jun 2010
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?