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

I search a Excample witch shows me how to implement a loadingpanel on a MasterPage. My Scenario is, Masterpage with spliter for left pane and right pane. When the user clicks on left side, for example in a treeview, i want a lodingpannel on the hole site or on the right pane until the datas on the right side (Content) is loaded.

How can help me?

Regards
Markus
Pavlina
Telerik team
 answered on 14 Feb 2011
4 answers
96 views
Hello,

I am capturing 2 sets of addresses, a job site address and a job ship address, and am using radcomboboxes as shown in the related combobox demo.  I am using the comboboxes for city, state, county, zip and country.  I have a checkbox so that if the ship address is the same as the site address one can check the box and the values will be copied from the site address to the ship address.  In addition, I'd like to be able to change the ship address if necessary (after checking the box) by making use of the comboboxes.  I currently have a function for the onclick event of the checkbox called DupAddresses().  Inside the DupAddresses() function I am calling the requestItems event and passing the appropriate data for each combobox. I don't get any error messages, and when I put in javascript alerts and codebehind breakpoints, it looks like the appropriate data is going to the right place. When the checkbox is clicked, I am able to successfully use combobox.set_text to set the appropriate text in the fields, but I have not been able to figure out how to databind the updated combo values to the comboboxes - instead they retain the previous values.  For example, if the original ship city/state was Birmingam/Alabama and the site city/state is Atlanta/Georgia, if I click the checkbox, I can change the ship city/state combo text to show Birmingham/Alabama, but if I click on the ship city combo the list still reflects those cities found in Alabama, not Georgia.  Any ideas/suggestions would be great.

Thanks.
Dimitar Terziev
Telerik team
 answered on 14 Feb 2011
1 answer
86 views
Hi Team,

        2 days ago, i installed demo asp.net ajax control. And then i can be create new web site with RadControls. After that i bought premium collection suite. Before install licensed version i already uninstalled demo version. Ok! then i install license version in my pc. But when i create new web site with RadControls template i cannot load any control in my page. I try 2 times. Stay can't load any control.

My version is Telerik.Web.UI_2010_3_1317_Dev
MS Visual Studio 2005 , .NET Framework Version 2.0.50727 SP2
OS Vista 32 Bit

Please see : attachment

How should i do?

Regards,
Biliana Ficheva
Telerik team
 answered on 14 Feb 2011
3 answers
153 views
Hi,

we are using telerik TreeList in our project but there are some missing base feature that obstacle out programming.
Here same examples :
- when paging is enables, second level items may appear some in current page and some other in next page
- edititem template is not present; so, if we need to save one row, we are forced to render all items with control that allow modification (eg. textbox, drop down)
- loadOnDemand for each node is missing, so we arte forced to load all data at a time

I need to know if this feature will be delivered in Q4 2010 version of Telerik ASP.NET Ajax Controls. When Q4 2010 will be avaiable (1 week/1 month)?

Thanks a lot for your support
Tsvetina
Telerik team
 answered on 14 Feb 2011
6 answers
183 views
I've been looking all over and can't seem to find "the way" to extend my appointments when using a webservice provider.

Thx
/Jesper 
Jesper Krejberg Petersen
Top achievements
Rank 2
 answered on 14 Feb 2011
0 answers
83 views
Hello,
I know that there is still no way to show this column in monthview, just dayview and weekview, but I need this ability for my program, which shows the working-time of employees. Ex: two work from 9:00 to 16:00 and then another two from 16:00 to 23:00. In current monthview it shows only 4 rows with the same length. So my questions are:
1. Is there any approach to accomplish this task? 5 (or 6) schedulers for 5 (or 6) weeks of the month?
2. Has Telerik ever planned to integrate this column in monthview in the next releases?
Thank you,
Thanh
Thanh
Top achievements
Rank 1
 asked on 14 Feb 2011
1 answer
119 views
Hi,

I need to get the RadFileManager to use a different RadWindowManager to the one it uses as its default. Is this possible? The RadWindowManager property is read only but I need to set it to use an existing RadWindowManager that already resides on the page.

Thanks in advance!
Dobromir
Telerik team
 answered on 14 Feb 2011
1 answer
127 views
My linq expression:

Root root = Root.GetInstance();
           var betriebe =
               from w in root.Query(Betrieb.Entity).ToArray()
               select new
               {
                   Betriebegruppe = "0",
                   Betrieb = w.Get(Betrieb.Werk),
                   Name = w.Get(Betrieb.Name),
                   Strasse = w.Get(Betrieb.Strasse),
                   PLZ = w.Get(Betrieb.Postleitzahl),
                   Ort = w.Get(Betrieb.Ort),
                   EKORG = w.Get(Betrieb.Einkaufsorganisation)
               };
 

returns an iterator like this:

System.Linq.Enumerable.WhereSelectArrayIterator<P0300_DAL.Data.AnyObject,<>f__AnonymousType0<string,string,string,string,string,string,string>>

If I bind this as datasource to a radgrid everything works fine. But when I bind it to an radtreelist, the columns were generated but the content is empty.

Do I have to do more than: 
treelist.DataSource = betriebe;
?
Here is my treelist declaration:
<telerik:RadTreeList runat="server" ID="rtl" AllowSorting="True" AllowMultiItemSelection="True"
    CausesValidation="false" ParentDataKeyNames="Betriebegruppe" DataKeyNames="Betrieb"
    AllowPaging="True" PageSize="20" Width="100%">
    <Columns>
    <telerik:TreeListCheckBoxColumn ></telerik:TreeListCheckBoxColumn>
    </Columns>
    <ClientSettings>
        <Selecting AllowItemSelection="true" UseSelectColumnOnly="true" />
    </ClientSettings>
</telerik:RadTreeList>


Nikolay Rusev
Telerik team
 answered on 14 Feb 2011
3 answers
162 views
hi,  i'm using a physical path with radexplorer, as mentioned in the kb article.
how is it possible that the radexplorer has permissions to access the folder even if i don't set any special permissions to the folder?
Rumen
Telerik team
 answered on 14 Feb 2011
3 answers
246 views
Hi,

We are trying to create a link button that will be used in a telerik grids edit template to launch a document that is stored in the database as a binary object. The issue is we have an encountered an error when the linkbutton is fired and runs the command in the item_command for the radgrid it errors out. We narrowed this down to being an issue with the response.Write so we were going to try the methods that were recommend in previous posts on this issue.

When we registered the control as a postbackcontrol with the scriptmanager it will not fire the command in the radgrids item_command method. The control is created in a seperate c# file from the radgrid and we need to know the datarow in order to pull the appropriate binary data for displaying the document.

Any help would be greatly appreciated,
Jonathan
Iana Tsolova
Telerik team
 answered on 14 Feb 2011
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?