Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
152 views
Is it possible to define the day number into a CalendarDayTemplate? I cannot find anything in the docs to advise me. Thanks.
Maria Ilieva
Telerik team
 answered on 27 Jun 2011
1 answer
135 views

I have a RadGrid with two GridTemplateColumn columns, each of which contains a RadcomboBox  within the EditItemTemplate.

I am trying to configure page method-based auto-complete for each combobox.  The first will contain two items (say, "Colors" and "Numbers") and the second will ask a page method for a list of items that are relevant for what was selected in the first combobox; e.g., if the user selects "Colors" from the first combobox, he may only select a color from the second combobox.  Likewise, if he instead selects "Numbers" from the first list, he can only select numbers from the second list.  The page method used by the second combobox takes a parameter which is the value of the selection from the first combobox.

For the second combobox, I am attempting to use the ClientItemsRequesting event handler to set the value of the parameter to the page method a la http://trappedinhoth.blogspot.com/2008/05/telerik-radcombobox-auto-complete.html.
 
The ClientItemsRequesting event handler gives me the sender, which is the second combobox.  From that, how do I get the value of the first combobox?

Thanks
Sebastian
Telerik team
 answered on 27 Jun 2011
1 answer
433 views
How to display data in grid view in matrix format?
Shinu
Top achievements
Rank 2
 answered on 27 Jun 2011
1 answer
55 views
hi, 
    I have added radFormDecorator in my page and choose skin Office2007, and set the decorated controls to "all" , now all the controls are having this skin except asp.fileUpload, can any one tell me how to set this skin to fileupload control too.
Sebastian
Telerik team
 answered on 27 Jun 2011
4 answers
77 views

Hello,

I have placed an image in the editor with the following source:

<img alt="" width="319" height="292" style="z-index: -50;border: 0px solid;" src="http://mysite.com/images/9/folder1/folder2/myimage.jpg" />

Which is working fine. When double click the image to open in the image manager I am receiving the javascript error: "Invalid Characters in Folder Name" and I can click "OK" and continue on as normal.

I have tried a few different things with the paths but still no go:

 

 

Dim viewImages As String() = New String() {Page.ResolveUrl("~/SubscriberImages/" & Session("SID"

))}

 

Dim uploadImages As String() = New String() {Page.ResolveUrl("~/SubscriberImages/" & Session("SID"

))}

This has something to do with using the absolute url in the 'src' because relative urls work fine. Any suggestions are appreciated.

 

 

Dobromir
Telerik team
 answered on 27 Jun 2011
1 answer
65 views
Hi,

When I have a grid with a single bottom pager as -

<PagerStyle Mode="NextPrevAndNumeric" AlwaysVisible="true" Position="Bottom" />

How can I get the browser to scroll tidely to the TOP of the page after I press any paging button on the pager?

Many Thanks
Matt
Shinu
Top achievements
Rank 2
 answered on 27 Jun 2011
3 answers
133 views
There are any workaroud to implement Virtual Scroll at treeview ?

Thanks

Paulo
Nikolay Tsenkov
Telerik team
 answered on 27 Jun 2011
1 answer
86 views
I would use a RadComboBox to edit a field within a formtemplate in RadGrid, but it returns me error if I enable EnableAutomaticLoadOnDemand property. Check the documentation that is not possible to use this feature AutomaticLoadOnDemand in this case.
The curious thing is that it works if I use the EditFormType=autogenerated(adding a DropDown column on the grid and setting the property EnableAutomaticLoadOnDemand = true).
Is there any solution for use a RadComboBox inside a formtemplate? or add a reference to the DropDown column in the grid template?
Cat Cheshire
Top achievements
Rank 1
 answered on 27 Jun 2011
4 answers
141 views
Hi guys

As pe the example at http://demos.telerik.com/aspnet-ajax/editor/examples/externaldialogspath/defaultvb.aspx, I'm trying to hide two of the four tabs when you use 'Table Wizard'.

I'd like to keep Designer and Accessible Table but omit TableProperties and CellProperties - I can hide the two tabs but when clicking on the 'Accessible' tab, I get the content from the 'Table Properties' tab instead.

How can I hide the two tabs AND ensure the remaining two tabs behave as expected? Is it because the second tab is always expected to be the Table Properties one?

I had used this code in TableWizad.ascx:

<telerik:RadTabStrip ShowBaseline="true" ID="TableWizardTab" runat="server" SelectedIndex="0" MultiPageID="dialogMultiPage">
    <Tabs>
        <telerik:RadTab Text="Table Design" Value="Tab1HeaderText">
        </telerik:RadTab>
        <telerik:RadTab Text="Table Properties"  Value="Tab2HeaderText">
        </telerik:RadTab>
        <telerik:RadTab Text="Cell Properties" Visible="false" Value="Tab3HeaderText">
        </telerik:RadTab>
        <telerik:RadTab Text="Accessibility" Value="Tab4HeaderText">
        </telerik:RadTab>
    </Tabs>
</telerik:RadTabStrip>

Any help would be greatly appreciated.

Regards

Neil


HWNeil
Top achievements
Rank 1
 answered on 27 Jun 2011
2 answers
77 views
Hi,

We are using RadEditor in our application. if we set the style as "align:right" then it automatically convert in to "float:right" and this happens while we switch from HTML mode to Design mode.

The issue is, our application sends bulk mails and email client such Outllook etc.. are not understanding the "float" attribute and alignment is not happening properly.

It will be great if you can give the solution as soon as possible since application is live.

Thanks
Venkat
Venkatakrishna
Top achievements
Rank 1
 answered on 27 Jun 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?