Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
130 views
Hi All,

I am using RadAjaxManger,RadAjaxMangerProxy,RadScriptManager,RadTabSctrip and RadMultiPage in my application.
I want to open the Panel on button click.
Panel content the asp control.
I don't want to use the radwindow for this case.

The panel should display below the button.

It should work like the 'ModalPopupExtender' of ajaxtoolkit work.

Is there any other way to do this?

Please help me.

Thanks





Roland
Top achievements
Rank 1
 answered on 04 Feb 2009
2 answers
115 views
I am using four RadComboBoxes in a form with other controls.  Using Visual Studio I set the RadComboBoxes to the front by using Visual Studios BringToFront toolbutton.  The last combobox I set of the four will come to the front, but the others will remain in back and the lists will be hidden by other controls in the form.  This is very annoying is there something else I should be doing.  This is in IE.
Chris
Top achievements
Rank 1
 answered on 04 Feb 2009
2 answers
71 views
I have some tabs set up to open different RadGrid. In The RadGrid i have a GridClientSelectColumn. The check boxes show up but the header box is not checking all of the sub boxes. Also when i submit the checkboxes they are not passing so it is effecting both things by having it in a radtab. I have this set up locally but i can put it online if you want to see it.

Thanks
 
chris
Top achievements
Rank 1
 answered on 04 Feb 2009
1 answer
115 views
My web app hosts files for individual uses in separate paths on the server.  These paths are not in the web app's subdirectory; they're located on attached storage via drive letters.  Is there anyway to set the ViewPaths to these directories?

When I do so as expressed in the online examples, I, of course, get an invalid virtual path exception.

Any pointers, or is this not possible?

Thanks,
Joshua
Rumen
Telerik team
 answered on 04 Feb 2009
4 answers
179 views
I've upgraded from Q2 2008 to the Q3 SP2 bits, and now the progress area is no longer being displayed (worked with no issues in Q2).

Tracing the web requests, I can see calls being made to the Telerik.RadUploadProgressHandler.ashx but the content returned is always:

var rawProgressData = {InProgress:false,ProgressCounters:false};

The OnClientProgressUpdating event also appears to no longer be called (which I'd assume is because the progress data is reporting the upload isn't in progress). The OnClientProgressStarted event however is being called. The file also completes it's upload.

I've been through the troubleshooting guides which unfortunately have not resolved the issue.

Telerik - please help... (this is the 3rd major breaking issue I've come across in the SP2 update which is starting to make me consider rolling back to the Q2 bits)
Yuriy Rogach
Top achievements
Rank 1
Iron
 answered on 04 Feb 2009
2 answers
93 views
Hi All,

My client doesn't want the 'Cancel' icon appearing when a user is editing a row in the grid. Is there a way to hide this?

Thanks.
W
Top achievements
Rank 1
 answered on 04 Feb 2009
3 answers
170 views
Hi,

I am getting the following error within the event log sometimes..,  any ideas would be great.. 
The error seems to occur sometimes, the general process is that I upload a file,  I do NOT get a progress bar, and then the error occurs,  other times the file upload works correctly with a progress bar being displayed and then no error.

Thanks

Exception information:
    Exception type: ArgumentException
    Exception message: Script control 'RadProgressManager1' is not a registered script control. Script controls must be registered using RegisterScriptControl() before calling RegisterScriptDescriptors().
Parameter name: scriptControl
Helen
Telerik team
 answered on 04 Feb 2009
1 answer
177 views
Hi,
I need your help.
I am using RadComboBoxes in the panel with the vertical scrollbar but when the RadComboBox is out of the screen (near the bottom of the panel), another vertical scrollbar asppears on the browser window (IE7) on page load. When panel content is scrolled down, it is enaugh only to hover over the RadComboBox and the additional scroll bar dissappears.
Do you know what seems to be the problem and how to prevent this additional scroll bar?

Thanks in advance.
Yana
Telerik team
 answered on 04 Feb 2009
5 answers
332 views
protected void SortCommand(object source, Telerik.Web.UI.GridSortCommandEventArgs e)
    {
     
        GridSortExpressionCollection ollection = new GridSortExpressionCollection();
       
        //ollection.AllowMultiColumnSorting=true;

        GridSortExpression S1=new GridSortExpression();
        S1.FieldName="ID";
        S1.SortOrder = GridSortOrder.Ascending;// SortDirection.Ascending;
        ollection.Add(S1);

        GridSortExpression S2=new GridSortExpression();
        S2.FieldName="Name";
        S2.SortOrder = GridSortOrder.Descending;
        ollection.Add(S2);
        ollection.AllowMultiColumnSorting=true;

        RadGrid1.MasterTableView.SortExpressions.AddSortExpression(ollection);     
       
    }

 Error      Argument '1': cannot convert from 'Telerik.Web.UI.GridSortExpressionCollection' to 'Telerik.Web.UI.GridSortExpression'    C:\Documents and Settings\DIP\My Documents\Visual Studio 2005\WebSites\sortGrid\Default.aspx.cs    105    68    C:\...\sortGrid\

I have set the RadGrid to be AllowmultipleSort=true....

What Am I doing wrong or missing?

Thanks,
DIP
Sebastian
Telerik team
 answered on 04 Feb 2009
4 answers
153 views
Hi there.

I got a modal which opens another modal radWindow through simple Javascript:


<href ="#" onclick="AddAttachment('OINK')"><img src="../Styles/Images/attachment.gif" style="border-width:0px;" /></a

The JScript part looks this way:
 function AddAttachment(paras) { 
            var oBrowserWnd = GetRadWindow().BrowserWindow; 
            oBrowserWnd.radopen("../dlg/UploadFile.aspx?emailID=50""Upload"); 
        } 
 




Now the second window is opened BEHIND the first window. I tried to modifiy the Z-Index of the radwindowmanager. I also added a
<body onload="setActive()">

to the second window with no affect.

I GUESS the Link-Click activates the first window after the popup has appeared so it jumps back to the opening window. Any idea how to solve that issue?

P.S:
Sorry. Wrong Topic (which I cannot change). Of course I meant "Wrong window order (not direction)"
Svetlina Anati
Telerik team
 answered on 04 Feb 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?