Telerik Forums
UI for ASP.NET AJAX Forum
8 answers
355 views
Hello,

When I add programatically radchart control and see the chart control on given page. I had found this error:

"The target 'Control 1#RadChart1' for the callback could not be found or did not implement ICallbackEventHandler"

So, please let me know what's the issue.

Giuseppe
Telerik team
 answered on 23 Sep 2010
15 answers
228 views
I have a grid that resizes the column width after the page is rendered so there is a gray area (blank space) to the right of the last column.
It is wrapping the columns data. 
I would like the column width to fill in the grid width. its fine if it still wraps but I would like to get rid of the gray area. I do not see any column width settings?
Pavlina
Telerik team
 answered on 23 Sep 2010
4 answers
147 views
Hi,

We build a web application with only the Telerik controls!
For the moment we manage the skin via the web.config.
So all controls in the pages are without skin attribute.
Now we want to have different skins who are loaded when a customer is logged in the application.

I make a new skin with the Style Builder ( very nice tool ;-)  )
I upload this new skin in my project like an App_Themes.

I put in my webconfig the following code:

<

 

add key="Telerik.EnableEmbeddedSkins" value="false" />

 

<

 

add key="Telerik.EnableEmbeddedBaseStylesheet" value="false" />

 

<

 

add key="Telerik.Skin" value="MySkin" />

I punt also on the page the theme MySkin.

I can see that all css are loaded but the controls are rendered without style.

I don't know if this approche is the best way for what i want to do.
Also set the information in the web.config is not a solution because the skin is different by customer (I would like to put this in the cs of the master page).

I found a lot of informations, documentations, video etc ... but nothing is very clear for my problem.
I try also differents approche but nothing work.

I'm using the telerik control version 2009.3.1103.20
Is it a problem for the style builder? do i need to migrate to the laste version of telerik?

Could you please help me with this.

In advance thanks,

Edwin.

 

Yves
Top achievements
Rank 1
 answered on 23 Sep 2010
1 answer
64 views
Hello Sir,

How to set RadSlidingPane property DockOnOpen=false through client side event OnClientUndocked;

Please Help Me.

Thanks
Chandan Kumar
Tsvetie
Telerik team
 answered on 23 Sep 2010
1 answer
90 views
I have the follow slider
<telerik:RadSlider ID="slidersteps" runat="server" Value="0" ItemType="Item" Width="738px"
     Height="40px" DecreaseText="Previous" IncreaseText="Next" SelectionStart="1"
     ShowDecreaseHandle="False" ShowIncreaseHandle="False" OnClientBeforeValueChange="clientBeforeValueChange"
     AutoPostBack="true">
     <Items>
         <telerik:RadSliderItem Text="Select Product" Value="PRODUCT" />
         <telerik:RadSliderItem Text="Select Subscription" Value="SUBSCRIPTION" Enabled="false" />
         <telerik:RadSliderItem Text="Registration Details" Value="REGISTRATION" Enabled="false" Visible="false"  />
         <telerik:RadSliderItem Text="Payment Method" Value="METHOD" Enabled="false" />
         <telerik:RadSliderItem Text="Confirmation" Value="CONFIRM" Enabled="false" />
     </Items>
 </telerik:RadSlider>

and the ticker doesn't go to the correct position with 1 item that has 
Visible="false"

and with items that not enabled, it is still clickable.

any idea?
Tsvetie
Telerik team
 answered on 23 Sep 2010
4 answers
159 views
We use client-side data binding extensively for our "read only" grids and it works great. However, I now have a scenario where I would like to use the RadGrid to edit data.

Is there a way to bind the data on the client side and then put all rows into "edit" mode? I tried the "editAllItems" method on the master tableview but it doesn't actually put the rows into edit mode, it just does a postback telling the grid to do the work on the server.

I want to be able to add, edit (in place) and delete rows on the client without ever generating a postback. All rows should *always* be in edit mode. Is it possible?
Scott R
Top achievements
Rank 1
 answered on 23 Sep 2010
1 answer
135 views
I have a rad grid where the 2nd level of the hierachy has a tab control with two page views each of which has a radgrid on it.  I want to load the child grids server side manually (i.e. doing the read and binding myself).  Currently I'm trying to do this in the Item_Command event.  Is this the right event?  If so, how can I determine the key of the master grid row that is being expanded?  If not, what is the correct event to be able to do this?  I need the key in order to load the grids on the tabs.

Thanks

Chris
Pavlina
Telerik team
 answered on 23 Sep 2010
3 answers
117 views
hi I have a RadTreeView which I have bound to an XML string. All works good no issues. I am now trying to add a navigation URL so that when the user clicks on a node of the treeview It will open a window based on the navigation URL. How can I do this so that I can specify the URL in XML which I pass to the Tree View.

Thanks
Vinay
Veronica
Telerik team
 answered on 23 Sep 2010
3 answers
294 views
Hi,

I am using RadComboBox with WebServiceMethod. Why is it so that RadComboBoxContext doesn't contain ItemsPerRequest property.

<telerik:RadComboBox ItemsPerRequest="20" ..../>

I have also tried to manually add the ItemsPerRequest to the context (IDictionary) on the event OnClientItemsRequesting but i can't seem to find the propery ItemsPerRequest from javascript.

example code:

<telerik:RadComboBox ItemsPerRequest="20" OnClientItemsRequesting="onClientItemsRequesting" ..../>

//javascript
function onClientItemsRequesting(sender, eventArgs) {
var context = eventArgs.get_context();
        context["FilterString"] = eventArgs.get_text();
context["ItemsPerRequest"] = sender.ItemsPerRequest; // ? where can i find the property
}

Simon
Telerik team
 answered on 23 Sep 2010
3 answers
219 views

I have a webpage that has a label, radsplitter and radpane, lets call it PageHost. In the radpane I load a page by changing the ContentURL property, lets call this page PageChild.

If from PageChild inside the radpane, I want to get handle to the label on PageHost, how do I do that?

Dobromir
Telerik team
 answered on 23 Sep 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?