Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
50 views
Hi,

upgraded to new Q3 09 controls and encountered the differences in the themes.

So made piece with the differences, but it seems that all the scollbars on all controls aren't skinned anymore?

Scrollbars used to be skinned, now all of them are looking plain.

Any ideas on how to get them to look nice? Custom skin?

thanks
Paul
Telerik team
 answered on 17 Nov 2009
5 answers
276 views
Hi,

I'm trying to put a DropDownList for sort order in my RadDataPager Fields.  (RadDataTemplatePageField).

I'd like to use this for a sort order in my own custom call to my stored procedure, but I can't figure out how to get the value of the drop down list since it's inside the Page Template.

Does anyone know how to use FindControl to get the DropDownList control?

Here's a snippet of what I'm doing:

    <asp:Panel ID="Panel3" DefaultButton="btSearch" runat="server" CssClass="pnlSection"
        <telerik:RadListView ID="rlvItems" runat="server" 
            ItemPlaceholderID="ItemContainer" AllowCustomPaging="true" 
            EnableViewState="false" AllowPaging="true" OnNeedDataSource="rlvItems_NeedDataSource" 
            PageSize="10" 
        > 
            <LayoutTemplate> 
            <asp:Button ID="btTest" runat="server" /> 
            <div style="float:left; width:100%; padding: 4px 0px 4px 0px; font-family: Helvetica, Verdana, Arial ; font-size: 9pt;"
            <telerik:RadDataPager ID="RadDataPager1" runat="server" PagedControlID="rlvItems" Width="100%" 
                PageSize="10"
                <Fields> 
                    <telerik:RadDataPagerButtonField FieldType="FirstPrev" /> 
                    <telerik:RadDataPagerButtonField FieldType="Numeric" /> 
                    <telerik:RadDataPagerButtonField FieldType="NextLast" /> 
                    <telerik:RadDataPagerPageSizeField PageSizeText="Page size: " /> 
                    <telerik:RadDataPagerTemplatePageField> 
                        <PageTemplate> 
                            <div> 
                                <asp:DropDownList ID="ddlSortType" runat="server" Width="160px" AutoPostBack="true"
                                    <asp:ListItem Text="Most Purchased" Value="PD"></asp:ListItem> 
                                    <asp:ListItem Text="Recently Uploaded" Value="CD"></asp:ListItem> 
                                    <asp:ListItem Text="Most Rated/Reviewed" Value="TD"></asp:ListItem> 
                                    <asp:ListItem Text="Highest Rated" Value="RD"></asp:ListItem> 
                                    <asp:ListItem Text="Artist Name" Value="OA"></asp:ListItem> 
                                    <asp:ListItem Text="Longest by Time" Value="DD"></asp:ListItem> 
                                    <asp:ListItem Text="Shortest by Time" Value="DA"></asp:ListItem> 
                                </asp:DropDownList> 
                            </div> 
                        </PageTemplate> 
                    </telerik:RadDataPagerTemplatePageField> 
 

Thanks!
Sebastian
Telerik team
 answered on 17 Nov 2009
1 answer
86 views
My scheduler advanced form opens at the top of the page. I have a menu and part of the top portion of advanced form hides behind the menu making only the other part visible. How can I make the advanced form to show in the middle of the window? I tried

AdvancedForm-ZIndex="50000"

 and it still does the same.
Also, I have another custom advanced form. That's behaving the same way as well. I tried Z-index on Div. No positive results.
<div style="border-style: double; border-width: thin; padding: 0% 2.5% 0% 2.5%; border-color: #000000; z-index: 25000">

 Thanks.

and it still does the same.Also, I have another custom advanced form. That's behaving the same way as well. I tried Z-index on Div. No positive results. Thanks.
Peter
Telerik team
 answered on 17 Nov 2009
1 answer
112 views
I want to make resource dropdown invisible in advanced form. Can I make it invisible, if yes, how can I do it ? Thanks.
Peter
Telerik team
 answered on 17 Nov 2009
14 answers
1.1K+ views

Hello,

 I want to populate a drop down control, included as EditItemTemplate in a Prometheus grid, dynamically when the row is selected for insert -radGrid.InitInsertCommandName.

I was trying to use grdGDS_ItemCommand and to cast GridTemplateColumn to drop down list control, but it doesn’t allow me to do this.
I would like to ask if there is a way to accomplish this.

 Also, I would like to ask if the following code

currentRow.Item.OwnerTableView.ExtractValuesFromItem(valueHash, currentRow.Item)

works for controls in EditItemTemplate and gets their values.   

Thanks,
Ivo

Sebastian
Telerik team
 answered on 17 Nov 2009
3 answers
121 views

Hi,

I have a form which contains textbox and dropdown controls in which some textboxes are mandatory. If user change the value from the dropdown, system will need to retrieve data from database even the textboxed are blank.

But now the system is not call back to backend for the data retrieve cause of the mandatory textboxes are blank.

So, may I know what to do to stop the mandatory check if user change value from the dropdown?

Thanks,
Wai Loon
Yavor
Telerik team
 answered on 17 Nov 2009
1 answer
108 views
Hi

Is this a default behaviour? I have a blank page with a YouTube video embeded via object script etc (just copied the object script directly from the YouTube video page).

This video displays on the page on it's own, however when I open the page in a RadWindow the YouTube clip does not play or even show.

Is this normal? Is there a security issue? Anyway to fix?

Update: It works in IE8 (after I enabled intranet settings). This site is sitting on my local via IIS so my url is something like http:/testlocal/video.aspx etc... Will it magically work once the site is live?
Georgi Tunev
Telerik team
 answered on 17 Nov 2009
1 answer
133 views
Hi,

I have a question i'm busy making a treeview in a template and in that treeview i have a imagebutton and i use  a contextmenu.

Now i want to know if it is possible to open the contextmenu when i click on the imagebutton next to the rightclick event.

In the screenshot i attached the button i is pointed out with red lines.

I hope you can help me.

It's needed for usability reasons.

Kind regards,
Yana
Telerik team
 answered on 17 Nov 2009
1 answer
76 views
In my page i use rad editor.
while page load i am creating a template writing for users. Then users write some fields in this template.
But i have some problem with this.
Users shouldn't edit some html fields in this template such as

<tr>
   <td>
      This area is read only
   </td>
</tr>

When they finish their job i will replace this read only content with another writing.
How can i make read only html field in rad editor ?

Thanks for advice.

Regards,
Fatih ÖZKAN


Rumen
Telerik team
 answered on 17 Nov 2009
1 answer
98 views
Hi,

I am using RadStyleSheetManager in my Web Application as below.

protected

 

void Page_Load(object sender, EventArgs e)

 

{

Form.Controls.Add(

new Telerik.Web.UI.RadStyleSheetManager());
}
in web.config

 

<

 

httpHandlers>

 

<

 

add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" />

 

</

 

httpHandlers>

It's combining css request well, but not js request. Please help me out if i am missing something or not using RadStyleSheetManager properly.

Also can i use this setting for whole application. Can i combine our local css into this request?

Kindly reply ASAP.

Regards
Devanand Jha

 

Paul
Telerik team
 answered on 17 Nov 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?