Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
171 views
This is kind of a weird issue (only happens in FF).
When I try and copy or paste using the editor button I get a popup saying "Please use CTRL+V to Paste" and similar message when trying to copy.  However, I can use the actual keyboard shortcut in FF and it'll paste in the editor anything I need.  I tried replicating in IE, but the editor copy and paste buttons work just fine.

I have attached a screen shot of the message.  I am using FF version 3.6.6.

Any ideas?
Dobromir
Telerik team
 answered on 20 Jul 2010
5 answers
210 views
Hi,

The content on my master page is englobed into a <div id="general"></ div>

Im my css :

#general{
    position:relative;
    width:990px;
    margin:0 auto;
}

Now, when I include a radtooltip in my content page like this :

 <telerik:RadToolTip ID="RadToolTip1" runat="server" Modal="true"
            Position="Center" RelativeTo="BrowserWindow" ManualClose="true">
            <asp:Panel ID="Panel1_Main" runat="server">
            Hello</asp:Panel>
 </telerik:RadToolTip>

, the tooltip position is strange : If I open the tooltip when the page is scrolled, the position is ok (center of the browser). If I'm on the top of the page, the tooltip is not anymore in the center, it is somewhere on the top left of the screen.

After testing, it seems that the problem comes from : margin:0 auto;

Do you have any idea about a solution to this ?

Thank You
Arnaud

Basel Nimer
Top achievements
Rank 2
 answered on 20 Jul 2010
1 answer
70 views
Dear All,

I am using Radgrid in every webpage. Add new record,Edit,Cancel and paging is taking more than 2 sec but it should not take that much time.I want to reduce this time,Plzs tell me best practice to work with radgrid controls.I am using linq to bind the data.

best rgds
Azeheruddin khan
Pavlina
Telerik team
 answered on 20 Jul 2010
1 answer
96 views
Please see attached snap, how to remove extra vertical line as I am implementing auto paging
Pavlina
Telerik team
 answered on 20 Jul 2010
1 answer
130 views
I made a simple change to set the TimezoneOffset of my scheduler and now my full day events show as taking two days on the month view.  The records are stored with times of 00:00 for both stop and start.  So I'm assuming that when the scheduler is seeing this, it then adjusts for timezone, and see that is crosses two days.  How do I get around that?  I'm also using the custom AdvancedForm from the examples.  All though I had to modify the properties so that they will show/save correctly.  What is the scheduler expecting the times to be stored in?  UTC?
T. Tsonev
Telerik team
 answered on 20 Jul 2010
4 answers
381 views

Hi,

i have 2 tab strip i.e general and participants and textboxes on both tabs.
need to put required field validation on both tabs for compulsory fields.
validation is working on first tab while clicking on save button but not of other tab.

 

<asp:RequiredFieldValidator ID="v4" ControlToValidate="txtMaxParticipantField" ErrorMessage="* Enter Max Participant number"

 

 

Display="None" InitialValue="Enter Max Participant number" runat="server"

 

 

 ValidationGroup="Trainingsave"></asp:RequiredFieldValidator>

all validation on general tabs textbox fields is firing on save button click but validation on participants tab textbox fields is not fired.


please help.

Yana
Telerik team
 answered on 20 Jul 2010
1 answer
359 views
hello
i need a panel same attached .
this panel used in www.telerik.com site.
i want users can  log in a log out in master page.
please help me.
thanks telerik supporter.
Mira
Telerik team
 answered on 20 Jul 2010
1 answer
139 views
Hi,
I have RadNumericTextBox in teplate field of RadGrid. There are many rows=many texboxes. Users will fill some number in numeric textbox and by pressing Tab I want to:
- save edited value from radnumerictextbox to database through AJAX call
- move to another row (=next RadNumericTextbox), edit value, press Tab etc...

I set for each RadNumericTextBox OnValueChanged client side event.  But after AJAX call radgrid refresh itself and RadNumericTextbox looses focus.  RadGrid is not  AJAXified. What do I have wrong? Thank you.

<telerik:RadNumericTextBox  ID="txtCounterValue" runat="server"  Width="80"
                                            MinValue="0" NumberFormat-AllowRounding="false" NumberFormat-DecimalDigits="0"
                                            EnabledStyle-HorizontalAlign="Right" EnabledStyle-Font-Bold="true"
                                            >
                                            <ClientEvents OnValueChanged="CounterValueChanged" />
                                        </telerik:RadNumericTextBox>

and javascript:
function CounterValueChanged(sender, args) {
                var allOK = true;
                var oldValue = args.get_oldValue();
                var newValue = args.get_newValue();
$find("<%= RadAjaxManager.GetCurrent(Page).ClientID %>").ajaxRequest('UpdateCounter')
      
           }
Tsvetoslav
Telerik team
 answered on 20 Jul 2010
1 answer
177 views
Is there a way client side to open a RadWindow and assign it's content to be a streamed PDF file?
Georgi Tunev
Telerik team
 answered on 20 Jul 2010
1 answer
133 views
Hello team,

I added some features to my website (right now, I am working on it locally, so I cannot refer you to the URL), and the ComboBox I had there, suddenly start to look bad.. an image is attached as you can see.

 I tried to play with the CSS file, but it didnt change, no meter what I did.

Please, if anyone know this issue, had it or something, I am kinda hopeless about it.

Thanks!
Yana
Telerik team
 answered on 20 Jul 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?