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


Hi....

With RadGrid I have done double clicking update as per ur demo(Exratacting values in radGrid), but I need the confirmation message to be set if the user clicks another row without updating..

Could you provide me the right way for it?
Any idea is welcome, but I can use only GridboundColumns....

Awaiting for a reply,
-Liji Jose


Mira
Telerik team
 answered on 08 Mar 2010
1 answer
86 views
Hi,
I need to arrange data in Scheduler in below format

------------------------------------------------------------------
                |  3/3/2010                             |             4/3/2010
                |    Shift1           |   Shift2        |    Shift1       |  Shift2              
--------------------------------------------------------------------
Line 1.1  |  Product Q       | Product Q   |
               | Product  X        | Product Y   |
-----------------------------------------------------------------------------
Line 2.2 |                          | Product Q   | Product X
                                         |Product Q    | Product X
----------------------------------------------------------------------------
Line 3.3 .......

I have found that RadScheduler are able to allow grouping, is it possible to have groping by vertical and horizontal also on the Shift and Line ??

                  
                    
T. Tsonev
Telerik team
 answered on 08 Mar 2010
1 answer
98 views
Hello,

This is in aspx:

 

<telerik:RadComboBox ID="cmboAssoc" runat="server" Skin="Default" width="175" EmptyMessage="Choose your association">

 

 

<ItemTemplate>

 

 

<telerik:RadTreeView ID="AssocTreeView" runat="server" Skin="Windows7" Height="138" Width="412" OnPreRender="asdfsdf">

 

 

<DataBindings>

 

 

<telerik:RadTreeNodeBinding Expanded="false" />

 

 

</DataBindings>

 

 

</telerik:RadTreeView>

 

 

</ItemTemplate>

 

 

</telerik:RadComboBox>

 


Prerender doesn't fire (because there is nothing to render I assume) and searching the combobox's items array to FindControl() doesn't work as the array is null i.e. empty????

How do I get this sucker to bind to data??

Thanks
JB
Shinu
Top achievements
Rank 2
 answered on 08 Mar 2010
2 answers
104 views
Hello

in my requirement I have to add text box for exception dates (comma separated values) [need to delete appointment on dates mentioned by user in text box]

I have to manually apply exception on that particular series when clicking save button. I am using inbuilt template of appointment [advance insert template]

[I am using asp.net ajax scheduler not silverlight or WPF]

Please help me as it is urgent requirement.

Peter
Telerik team
 answered on 08 Mar 2010
1 answer
204 views
Hello,

I am using teleric asp.net ajax control (trial version). I have populated some data in gridview and displayed. (Used partial rendering since data was huge).

I hosted this application on local IIS version 5.1. Surpising no grid view is displayed. Can you please suggest me the solution for this ?
Its urgent.
Radoslav
Telerik team
 answered on 08 Mar 2010
1 answer
76 views
I have a user who's complaining it's confusing that they cant click to another month past a maxdate I set...is there a way to put a javascript alert telling them that?
Shinu
Top achievements
Rank 2
 answered on 08 Mar 2010
0 answers
87 views
Hi all

If there are more than 2 items on a day in month view, the other items go beyond the actual day boundary.
Can the scheduler work as Outlook calendar?

wang zhong
Top achievements
Rank 1
 asked on 08 Mar 2010
0 answers
135 views
Hello,

I  have a Treeview with a context menu and a loading panel on the page.

When I am using the context menu and I rename a node for example, the loading panel "fires" and the node is not renamed.

How can I make this work?

The loading panel is on the master page, the treeView is on a user control.

The loading panel si set in the page dinamically, using the FindControl method and getting the treeview from usercontrol.

RadAjaxManager masterManager = Master.AjaxManager;
            RadAjaxLoadingPanel masterLoadingPanel = Master.LoadingPanel;
            if (masterManager != null)
            {
                RadTreeView tree = clientHierarchy.FindControl("controlTree") as RadTreeView;

                if (tree != null)
                {
                    masterManager.AjaxSettings.AddAjaxSetting(tree, pnlControl, masterLoadingPanel);
                }
            }

Also, can I make the loading panel not to "fire" on certain events?
John Sornea
Top achievements
Rank 1
 asked on 08 Mar 2010
3 answers
110 views
I've currently downloaded the trial version of the RADEditor for MOSS today, but am running into some problems deploying it well enough to test properly. On my development-level server, the editor works perfectly once I install the solution and activate the features within the desired site. However, when I try the same installation processes on a production-level server that we're still doing some testing on, the RADEditor fails to render itself at all when browsing through Internet Explorer (both 8 and 6, I dont have a machine with 7 to try at the moment). Firefox renders the editor fine on that site, which makes it more peculiar that IE would fail only.

Any ideas? Any log files that I could perhaps check that would be of use? The site in question is a fairly vanilla site that uses the default master page, with little or no customizations. No javascript errors appear within IE either, for what it's worth
Stanimir
Telerik team
 answered on 08 Mar 2010
3 answers
164 views
Hi,

I got the same problem with RadGrid - and it got solved here with a sample.
The thing is - I want only one Element expanded at a time.

So the solution (for grid) was to handle the item command.
This command is not fireing for expand / collapse with Grid-Ajax.

So the soltuion no longer works.
Is there another way to achive the same task?

Regards

Manfred
Yavor
Telerik team
 answered on 08 Mar 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?