Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
102 views
On the top of my page is a ribbon bar, when I execute some code on the page that executes an ajax postabck without the whole page posting back as a resullt it blanks all the buttons on the selected tab, they do return if I switch tabs and go back to it though. I should also add that the ribbonbar is in my master page and the ajax requests occur in the content page.
Albert
Top achievements
Rank 1
 answered on 05 Jul 2011
2 answers
84 views
Hi, I noticed the ability the make big buttons has been added but only 65px or greater. How do you make a button say 45px in height?
Daniel
Daniel
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 04 Jul 2011
0 answers
49 views
Hi Team,

i am using Radtree and RadCombo(containing Radtree inside) in my project .some times when clicking on radtree or radcombo getting the following errror "message received from the server cannot be parsed".

i am using ajax setting in my project :
<telerik:AjaxSetting AjaxControlID="rdMasterAjaxManager" EventName="rdMasterAjaxManager_AjaxRequest">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="rdcmbTreeview" />
                    <telerik:AjaxUpdatedControl ControlID="Radtree1" />
                </UpdatedControls>
            </telerik:AjaxSetting>
when ever AjaxRequest is firing i am updating both the controls.

please help me.

Regards,
Naveen M



Naveen
Top achievements
Rank 1
 asked on 04 Jul 2011
5 answers
127 views
Hello,

Is there a way to shrink the gaps between the buttons (first, prev, next, last) and the numbers of the DataPager? I've looked at the DataPage.xxxx.css file, but couldn't figure out how to achieve that. Any help would be greatly appreciated.

Tri.
Pavlina
Telerik team
 answered on 04 Jul 2011
4 answers
131 views
I'm creating a GridHyperLinkColumn programattically.

I'd need to add an attribute of rel="shadowbox" to the <a> tag which is created by this control.

and I added this code:

protected override void RdGridItemCreated(object sender, GridItemEventArgs e)
        {
            base.RdGridItemCreated(sender, e);


            if (e.Item is GridDataItem)
            {
                // enable shadowbox
                var item = (GridDataItem) e.Item;
                var link = (HyperLink)item["Code"].Controls[0];
                link.Attributes.Add("rel", "shadowbox");
            }
        }

which adds the shadowbox rel element.

But shadowbox control doesn't work with it.

Is there any known issues between RadGrid and ShadowBox?

Many thanks
Pooya
Top achievements
Rank 1
 answered on 04 Jul 2011
1 answer
1.5K+ views
I'm using the RadAjaxManagerProxy to ajaxify a control.

There are certain scenarios where I need to do a full page refresh when this control does a postback.  The logic that knows when the full page refresh is needed happens on the server.  So, what happens is the client initiates the partial page refresh, but then the server side code needs to override that and force a full page refresh.  I'm currently doing this by calling Response.Redirect to the same page, but that's causing some problems.  Is there another way for the server side code to override the partial page refresh and force it to refresh the full page? 
Maria Ilieva
Telerik team
 answered on 04 Jul 2011
2 answers
59 views
Hello there. I have an issue which is:
I am about to print this page --> Attachment 1. picture.

After successfully exported and printed, all table is no format and column.
Attachment No 2.
Please help me what should I do?
Rumen
Telerik team
 answered on 04 Jul 2011
5 answers
271 views
Please can you help me on this 
i try this code 

ViewState["CallenderType"] = rbGregHijri.SelectedValue;
 
        CultureInfo info = new CultureInfo ( ViewState["CallenderType"] == null ? "ar-SA" : ViewState["CallenderType"].ToString ( ) );
       Thread.CurrentThread.CurrentCulture = info;
       Thread.CurrentThread.CurrentUICulture = info;
        object calendar;
        if (info.ToString ( ) == "ar-SA")
        {
            calendar = new HijriCalendar ( );
            info.DateTimeFormat.Calendar = (HijriCalendar)calendar;
            Thread.CurrentThread.CurrentCulture.DateTimeFormat.Calendar = new HijriCalendar ( );
            Thread.CurrentThread.CurrentUICulture.DateTimeFormat.Calendar = new HijriCalendar ( );
        }
        else
        {
            calendar = new GregorianCalendar ( );
            info.DateTimeFormat.Calendar = (GregorianCalendar)calendar;
            Thread.CurrentThread.CurrentCulture.DateTimeFormat.Calendar = new GregorianCalendar ( );
            Thread.CurrentThread.CurrentUICulture.DateTimeFormat.Calendar = new GregorianCalendar ( );
        }
        this.rdtpPriceFrom.Culture = info; 
        this.rdtpPriceFrom.Calendar.CultureInfo = info;  


Regards

Tsvetina
Telerik team
 answered on 04 Jul 2011
7 answers
100 views
Hi ,
We use rad controls a lot and they are great.

error:
505|error|500|Invalid postback or callback argument.
Event validation is enabled using <pages enableEventValidation="true"/> in configuration
or <%@ Page EnableEventValidation="true" %> in a page. 
For security purposes, this feature verifies that arguments to postback or callback events originate
from the server control that originally rendered them. 
If the data is valid and expected, use the ClientScriptManager.
RegisterForEventValidation method in order to register the postback or callback data for validation.|
browser:
Unexpected Quantifier
When:
When I click on image in my RadButtonColumn-Handling it through Grid_onSelectIndexChanged event handler to load a form below.
I cannot turn off the event validation for we need to validate the data before it hits the server.
Do not exactly  know what and how to register controls using ClientScript.RegisterForEventValidation

Really caught here for several hours ,please can you put some light into this issue.

I have never seen an error like this for any server post backs except this scenario where I have a radbuttoncolumn when selected need to load form below.

Appreciate your help!
Thanks
Iana Tsolova
Telerik team
 answered on 04 Jul 2011
1 answer
56 views
Hi

I have a tabstrip and a multipage with different pageviews in it. When i scroll down on one of the pageviews, then the other pageviews are also scrolled down. This behavior I have tested in IE 8, 9 and Chrome.

Did anybody come along this behavior?

Plamen
Telerik team
 answered on 04 Jul 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?