Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
254 views
Hello,

Is there anyway to disable the RadPanel's requirement for the scriptmanager tag? In my particular project I have the panelbar in a master page and all of my child pages have the scriptmanager, as needed.

By requiring the scriptmanager in my masterpage I now have to change ALL of my pages that have a scriptmanager as I get the error message of only one script manager allowed. I even have some user controls that have a script manager and the page itself does not.

So long story short, I have a mess of script managers. So it would be nice if I could remove the requirement for one with the PanelBar (as it doesn't seem to be using any AJAX).

Thanks,
Chris

Chris
Top achievements
Rank 1
 answered on 22 Sep 2008
6 answers
183 views
Hi,
    I am using Rad Grid in my Sharepoint webpart. I enabled Rad Grid filter by setting the AllowFilteringByColumn ="true". All the column has text box control for filtering the result. but filter is not working. i.e., it is not filtering based on the filter condition. It is always showing same results. This is my code

<

telerik:RadGrid AllowFilteringByColumn="true" PagerStyle-Mode="NextPrevAndNumeric" PagerStyle-NextPageImageUrl="ewr112.gif" PagerStyle-PrevPageImageUrl="ewr115.gif" PagerStyle-NextPageText="Next" PagerStyle-PrevPageText="Prev" PagerStyle-PagerTextFormat="Pages: {4} &#160;|&#160; Displaying Page {0} of {1}, Items {2} to {3} of {5}." id="rgDetails" EnableAJAX="True" Width="1000px" AllowSorting="True" AutoGenerateColumns="false" AllowPaging="True" runat="server" Skin="Office2007" GridLines="None" OnNeedDataSource="rgDetails_NeedDataSource">

<PagerStyle Position="TopAndBottom" PagerTextFormat="Pages: {4} &#160;|&#160; Displaying Page {0} of {1}, Items {2} to {3} of {5}." />

<ClientSettings>

<Resizing AllowColumnResize="True" EnableRealTimeResize="True" ResizeGridOnColumnResize="True">

</Resizing>

<Scrolling AllowScroll="True" UseStaticHeaders="true" SaveScrollPosition="True" FrozenColumnsCount="1" ></Scrolling>

</ClientSettings>

<MasterTableView>

</MasterTableView>

</telerik:RadGrid>

 Can you tell what is wrong in this?

Thanks and Regards,
S.Santanamahalingam

Santhanam
Top achievements
Rank 1
 answered on 22 Sep 2008
1 answer
146 views
Hi All,

I am using RadSchedular

I want to assign datatable to radschedular from codebehind like we assign datatable to radgrid.
How can be it possible in all view. (day/month/week)

Thanks
T. Tsonev
Telerik team
 answered on 22 Sep 2008
1 answer
95 views
When zooming in IE7 the paging numbers alignment and next page links alignment get off. This can be reproduced in the demos here:
http://demos.telerik.com/ASPNET/Prometheus/Grid/Examples/Programming/CustomPaging/DefaultCS.aspx

If you could help with a fix that'd be great.
Dimo
Telerik team
 answered on 22 Sep 2008
1 answer
109 views
The Upload text box is too narrow to be useful. I have tried both setting the Width property and physically click-and-dragging the control to widen it. But at run time, it continues to show up with the narrow text box.

How can I widen it?

I'm using the Q3 2007 update version of the control.
Atanas Korchev
Telerik team
 answered on 22 Sep 2008
2 answers
674 views
Hi,

I have downloaded skins from the Skin Exchange Program. How do I install them? Do I have to add contents of the zip file into App_Themes folder under XXX theme? Is it possible to embed it into dll file?
-DJ-
Top achievements
Rank 1
 answered on 22 Sep 2008
3 answers
118 views
I'm trying to set the height of the row that contains the days of the week. Working with a custom skin and setting "height: 26px !important;" for the .DaysOfWeek_SkinName works for FF3 but not for IE7. I need to find a way that will work in IE as well.

P.S. I removed all width and height information from the CSS since I need to have the cells stretch to fit the content.
-DJ-
Top achievements
Rank 1
 answered on 22 Sep 2008
1 answer
50 views
Hi, is there a simple 2 color skin for asp.net radgrid ?

Thanks
Dimo
Telerik team
 answered on 22 Sep 2008
1 answer
180 views
You have a rad multi page with 2 tabs.  First tab is for projects, second tab is for workitems associated with the project.

Each tab loads a user control.

If the page is opened to create a new project, the workitem tab is set to enabled="false"

There is a save button in the user control contained the projects tab.  Once it creates a new project in the database, I need to pass the projectId of the new record from the User Control used in the projects tab back to the .aspx page that contains the tabs.

I've set up a delegate to transfer everything back to the main PrjEditorTabs.aspx and it fires but the workitem tab is still not enabled after I set it.

What I'm noticing is that the PageViewCreated on PrjEditorTabs.aspx page is firing before the button click event on the User Control,  so it appears the tab is already rendered before the events on the  tab user control have had a chance to fire.  I haven't ran across an example as of yet to resolve this.

If the previous is hard to follow, all I'm doing is trying to setup tabs in a multi page.  tab 1 is enabled and tab 2 is disabled upon load.  Put a button in the user control loaded by tab 1.  When that button clicked, it passes a value back to the .aspx that contains the tabs and multipage and then enables tab 2 dynamically.

k f
Top achievements
Rank 1
 answered on 22 Sep 2008
1 answer
135 views
I cannot seem to get any progress to display.  Maybe I'm not understanding how this control works.  Here's what I have:

<telerik:RadProgressManager ID="RadProgressManager1" runat="server" /> 
    <telerik:RadProgressArea ID="RadProgressArea1" ProgressIndicators="TotalProgress" runat="server" DisplayCancelButton="True" Skin="Hay"
<Localization Uploaded="Uploaded"></Localization> 
    </telerik:RadProgressArea>     
<p>Desktop Image (<strong>.jpg,.jpeg,.png < 2mb file size, keep it work safe!</strong>)</p> 
<p> 
   <telerik:RadUpload ID="rdupImage" runat="server" AllowedFileExtensions=".jpg,.jpeg,.png"  
                        ControlObjectsVisibility="None" MaxFileSize="2500000"  
                        TargetFolder="~/desktops" Skin="Hay"  
    MaxFileInputsCount="1"
    </telerik:RadUpload> 
</p> 

I've gone through demos, I've added stuff to the web.config - no progress.  I put the thread to sleep for a few seconds to see it, nothing.  Do I need to create custom code for the progress to show?

I'm using the latest version of the controls; developing on latest version of FF.  Please help.
Atanas Korchev
Telerik team
 answered on 22 Sep 2008
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?