Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
77 views
I have enabled SEOPaging. When I navigate to the second page the child controls Visible property is not affected when setting the property in the ItemDataBound event.

This only occurs when there is a query string for changepage. When there is no query string, the Visible property works just fine. Any work arounds for this issue?

Thanks,

Manit
Yavor
Telerik team
 answered on 23 Jul 2008
3 answers
140 views
Is there any way for the editor to inherit theme CSS? I haven't found a method to get the editor to dynamically inherit theme css which affects the color of html elements on my site.

I'd also like to mention two areas which are making it hard to simple 'install and use' the Rich Text Editor in a SharePoint environment. The lack of automatic inheritance of the current page css, even more of a problem if you're using themes. It is also not possible to make the editor automaticallu respect the width of the editable area, instead the container is resized to fit the width of the toolbar. The floating toolbar approach (as in previous versions) is much more suitable for publishing pages where editable areas vary in size from page to page. Having to modify page layouts and  xml config files for every layout or  change is an unnecassary burden. It would be valuable to know if any resolution is planned for these issues and what release they might come in?

Regarding the somewhat manual nature of the install, particularly the ajax install and delicate web.config modifications, these pre-requisites could be wrapped up as part of an msi install. For anyone doing an install there's a simple stsadm command wsp on codeplex.com to ajaxify your moss web.config.
George
Telerik team
 answered on 23 Jul 2008
4 answers
358 views

On my grid i'm using a GridTemplateColumn .I would like to visible or enable only on insert mode.I'm using Edit form method.
<
telerik:GridTemplateColumn UniqueName="CompanyName" HeaderText="Company Name">

<ItemTemplate>

<%

#DataBinder.Eval(Container.DataItem,"CompanyName")%>

</ItemTemplate>

<EditItemTemplate>

<telerik:RadComboBox DataTextField="CompanyName" DataValueField="CompanyName"

EnableLoadOnDemand="False" ID="cmbCompanyName" runat="server" Height="140px" Width="150px"

Skin="Mac" SelectedValue='<%#Bind("CompanyName") %>' DataSourceID="ObjSourceCompany">

</telerik:RadComboBox>

</EditItemTemplate>

</telerik:GridTemplateColumn>


Thnaks!!

jo
Top achievements
Rank 1
 answered on 23 Jul 2008
2 answers
250 views
Hi,

I cant get the loading pannel to work in conjunction with the radconfirm (Thread blocking)  bacially what happens is:

1. I click the button
2. The radconfirm shows
3. Click ok
4. No code behind is called and no loading pannel is shown

if i remove either the loading pannel or the rad confirm and everything works
Paul
Top achievements
Rank 1
 answered on 23 Jul 2008
1 answer
61 views
i wanted to populate the radgrid with data returned from a function in a two dimentional form. I saw all the data binding available in Radgrid online on telerik, but i could not find anything that can bind grid with two dimentional array other then using "Add" method to concatenate the data to display in two dimentional form.

Please advice.
Thanks
Mona
Daniel
Telerik team
 answered on 23 Jul 2008
1 answer
150 views
I have a specific single <A HREF="blah">...</A> link that is very slow to load the page (a large PDF is being generated on the server so it takes some time) and I want to display a "Loading..." progress panel in AJAX on the page that contains the link.  But I cannot find any details on this in the help.  Do I need to run a client-side script from that A HREF link so the progress panel pops up?  Can you provide an example of how to do this?
Iana Tsolova
Telerik team
 answered on 23 Jul 2008
1 answer
127 views
I want to popup two different pages based on the RadButton clicked in RadToolBar.
When i use two RadWindows, both of them are poppingup when any button is clicked since the
OpenerElementId I have given is RadToolBar1.ClientID. If i use only one RadWindow,
how can i set the Navigate url dynamically based on the button clicked?

Thx

Ragu
Svetlina Anati
Telerik team
 answered on 23 Jul 2008
5 answers
118 views

I'm using Telerik Controls version 2008.1.619.35. I have a master page containing a splitter with two panes: the left pane has a panelbar navigation, the right pane is for the main content.

Now I’d like to apply different CSS classes to the right splitter pane, to achieve different color schemes, depending on the selected panelbar item.
 
I tried to do this in the Page_Load of the master page. Here the simplified code:

RightSplitterPane.CssClass = NavigationPanelBar.SelectedItem.Text; 

But when I call the page, I get the exception “Object reference not set to an instance of an object.” for that line. Obviously I’m missing something, but what? Any ideas?

xws-mika
Top achievements
Rank 1
 answered on 23 Jul 2008
2 answers
86 views
When all our instances of RadEditor have their "enabled" property set to false, we would like to avoid bringing down the Vista skin and default CSS files (via WebResource.axd), since these are not required, are not compressed/crunched and have an impact on our PLT1 times.

Currently, the RadEditor does this with script files - they are only downloaded if there is an enabled editor on the page - how can we also get this behavior for the CSS files?
Tervel
Telerik team
 answered on 23 Jul 2008
1 answer
175 views
When trying to select a time using timeview i click the time button which displays the different time options when i make a selection it removes the time which was in the timepicker box and replaces it with nothing also the timeview stays on the page, I am unable to make a time selection without manually putting it in the box, here is the aspx code i am using:

<radCln:RadDateTimePicker ID="ClockOutDTP" style="position:absolute; top:26px; left:150px" runat="server" AutoPostBackControl="TimeView"

OnSelectedDateChanged="ClockOutDTP_SelectedDateChanged" Enabled="False" DateInput-DisplayDateFormat="dd/MM/yyyy hh:mm" DateInput-Culture="En-GB"

DateInput-DateFormat="dd/MM/yyyy" TimeView-Enabled="true" TimePopupButton-Enabled="true">

<TimeView Culture="En-GB" Skin="" Style="display: none;" runat="server">

</TimeView>

<DateInput Skin="" AutoPostBack="True">

</DateInput>

</radCln:RadDateTimePicker>

i am using caldndar dll version 2.2.5.0
can you advise if there is something I have done wrong here, when you reply can you please copy in joe.pinder@xcl.co.uk thanks!

Daniel
Telerik team
 answered on 23 Jul 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?