Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
52 views
  1. Could someone please provide dates when PivotGrid exit beta phase.
  2. Also, will export to excel functionality be provided out of the box in the first stable release?
Maria Ilieva
Telerik team
 answered on 10 Jan 2013
1 answer
139 views
I have a navigation repeater that emits a series of link buttons, each of which calls a client-side function and passes an ID that I want to use to bind a second (detail) repeater on the page. I then call the RadAjaxManager's AjaxRequest() method to perform the binding of the detail repeater. When I click any of the rendered link buttons the detail repeater is not being bound.

I've created RadAjaxManager settings as follows...

<ajaxsettings>
    <telerik:AjaxSetting AjaxControlID="rptNav">
        <updatedcontrols>
            <telerik:AjaxUpdatedControl ControlID="rptDetail" />
        </updatedcontrols>
    </telerik:AjaxSetting>
</ajaxsettings>

Is it sufficient to cover the entire navigation repeater with a single Ajax setting in the Ajax Manager as above, or should I be programmatically adding each Link Button to the Ajax Manager's settings at runtime?

Rob
Maria Ilieva
Telerik team
 answered on 10 Jan 2013
4 answers
111 views

I'm using the normal jquery to retrieve a reference to the scheduler like below.  The problem is that it only works sometimes.  With no code changes it might work once, then immediately after that not.  sched would just return as null.

var sched = $find('RadScheduler1');

I've tried different variations, and I can get a reference to the emitted <div> element, but it won't have any of the Telerik properties or methods hooked up.

ETA - it seems it might be related to the VS environment.  If I open it from there with debugging, it occurs much more than without or opening it directly from IIS.

Marbry
Top achievements
Rank 1
 answered on 10 Jan 2013
5 answers
70 views
I'm currently in the process of updating our web application to be more iPad/iPhone friendly and I've run into a problem with the FormDecorator.  I have the FormDecorator set to decorate text boxes.  I have a text box for an email address, and to make the iPad/iPhone display a keyboard formatted for email, I need to change the "type" attribute of the text box to be "email" instead of "text".  When I do this, it is no longer decorated by the FormDecorator.  I know that the "email" type is part of HTML 5, so I was wondering if you were planning on supporting this in a future update or if there is a way that I can manually make this field get recognized by the FormDecorator.  Thanks for your help.
Peter
Top achievements
Rank 1
 answered on 10 Jan 2013
1 answer
101 views
Hi

Is it possible to show the dropdown in the autocompletebox on focus in the ASP.NET controls? I have searched the web but have only found solutions that apply to the silverlight and wpf controls.
Nencho
Telerik team
 answered on 10 Jan 2013
5 answers
283 views
Hi,
We have upgraded telerik control version 2012.2.912.40 recently. After upgrade, the radwindow vertical scrollbar is not complectly visible. The scroll bar "width" is hidden half in IE. Using developer tool, if we reduce the IFrame width from 100% to 99%, vertical scroll bar width is getting displayed correctly. It seems IFrame width is beyond the content window. No issues with horizontal scroll bar.
Attached the screenshot for the same. No luck even if we apply CSS. No issues before upgrade.

Please help us to resolve this issue.

Thanks
Hari
Rhbkv
Top achievements
Rank 1
 answered on 10 Jan 2013
4 answers
96 views
Hi

Trying to get started with http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/alleditablecolumns/defaultcs.aspx...

The "ProductName" column cannot be empty.

Trying to erase the value of that field and save shows a message "Product with ID 1 cannot be updated. Reason: Cannot insert the value NULL into column 'ProductName', table 'AspnetAjaxNorthwind35.dbo.Products'; column does not allow nulls. UPDATE fails. The statement has been terminated."

But, when saving a new row with an empty "ProductName" shows no error at all; neither is there any feedback from the form that indicates there are errors while saving. The form just sits there with no messages.

Shouldn't the validations be processed the same way for both updates and inserts? Or, are there other examples that are more complete from a validation standpoint?

Thanks
Maria Ilieva
Telerik team
 answered on 10 Jan 2013
1 answer
47 views
Hi All,

In my current application, client side data binding is implemented for a radgrid control using WCF. It works fine on testing with IE 9. But in older versions of IE some of the columns are missing. On checking the html source, we are able to see the html content for the missing columns(couldnt find any visible=false). Is this a known issue. Please help asap.

Regards,
Bindu




Angel Petrov
Telerik team
 answered on 10 Jan 2013
2 answers
129 views
Hi,

I want to make few levels of a treelist readonly. For example, say the tree has levels 0,1,2,3 etc. I want to make only levels 1 and 2 to be readonly and rest of the levels to be edited. can you please help me with this requirement? I tried by marking ReadOnly = "true" for the bound column but that makes the entire column readonly not only 1 or 2 in the hierarchy. Please help!

Thanks,
Mohith
Mohith
Top achievements
Rank 1
 answered on 10 Jan 2013
5 answers
1.4K+ views
Hi,
Tool tip used in  my Radscheduler shows  long  notes and if the notes are too long, tool tip completely covers browser screen .
First, I would like to  know the content  width and height and  only if it exceeds '...px' would like to  adjust tooltip width and height on client side .

function onClientBeforeShow(){
   var max-width =  300px;
   var max-height = 350px;
   var currentContentWidth = get  current  tooltip content width
   var currentContentHeight = get  current  tooltip content height
  
     --- if  (currenttooltip width  >max-width){
               set tooptipwidth  = max-width
               and show horizontalscrollbar
    }

    --- if  (currenttooltipHeight  >max-height){
               set tooptip height = max-height
                    and show verticalscrollbar
   }  

}




How can I implement above logic. I tried to get content width and height and it always returned null.


Thanks,
Prava
Marin Bratanov
Telerik team
 answered on 10 Jan 2013
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?