Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
96 views
 
hi
I would like to implement alert notification functionality like Outlook's reminder using ASP.NET. & Telerik Web Controls

Do anyone having any idea/sample to adress my needs

Please provide me with sample code.

Regards,

Kadar
Princy
Top achievements
Rank 2
 answered on 05 Oct 2009
1 answer
79 views
Hi everybody,

Im looking for some dropdown-checkbox. Is there opion to create RadComboBox with checkboxes for each option?

I need inline control with multiple choices.

Thanks.
Princy
Top achievements
Rank 2
 answered on 05 Oct 2009
1 answer
89 views
Hi,
how to get the row values of the selected item in the  grid with  multirowselection using checkboxes.
Shinu
Top achievements
Rank 2
 answered on 05 Oct 2009
2 answers
272 views
I hope this question hasn't been asked/answered before..

On a page we have a div that is filled with dynamic content; it's populated via a JavaScript AJAX method so we can set a refresh timer, refreshing the data every 3 minutes.  The initial load of this div is called from Page_Load but not on PostBack.  There are User Controls on the page that when used can require the div to update it's content, in these cases the User Control will add to Response Scripts a call to the JavaScript AJAX method.  To keep the update seemless we added a RadAjaxManager to link those User Controls to the div.

<telerik:AjaxSetting AjaxControlID="UserControl">
    <UpdatedControls>
        <telerik:AjaxUpdatedControl ControlID="UserControl" />
        <telerik:AjaxUpdatedControl ControlID="dynDiv" />
    </UpdatedControls>
</telerik:AjaxSetting>

The problem is that the User Controls won't _always_ require the div to update its content and in the cases where it shouldn't it won't add the JavaScript call to Response Scripts, but the RadAjaxManager will still update the div, refreshing it to it's initial state (a loading gif).

I've tried programmatically adding AjaxSettings for the specific buttons in the User Control that may update the div.  This was in the code behind of the User Control using a reference to the main pages RadAjaxManager, but those buttons won't always update the div so it'll still cause the problem, just in fewer circumstances.

I hope I explained the situation well enough and hopefully someone has some help to offer :)

Mike.
Mike
Top achievements
Rank 1
 answered on 05 Oct 2009
5 answers
173 views
<head runat="server"
    <title></title
    <style> 
html,body { 
    margin:0; 
    padding:0; 
    height:100%; /* needed for container min-height */ 
    </style> 
</head> 
<body> 
    <form id="form1" runat="server"
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server"
    </telerik:RadScriptManager> 
    <div style="height:100%;">  
                <telerik:RadSplitter ID="RadSplitter_Main" runat="server" Orientation="Vertical" Height="100%" Width ="100%" Skin="Office2007"
                    <telerik:RadPane ID="RadPane_left" runat="server" Scrolling="None" Width="100%"
                                     4444444444444444444444444444444444444444444 
                    </telerik:RadPane> 
                    <telerik:RadSplitBar ID="RadSplitBar1" runat="server" CollapseMode ="None"    /> 
                    <telerik:RadPane ID="RadPane_menu" runat="server" Scrolling="None" Width="50px"
                        <telerik:RadSlidingZone ID="RadSlidingZone1" runat="server" ExpandedPaneId="RadSlidingPane1" SlideDirection="Left"
                            <telerik:RadSlidingPane ID="RadSlidingPane1" runat="server" Title="Menu1" Scrolling="None" EnableDock ="true" > 
                                <telerik:RadPanelBar ID="RadPanelBar1" runat="server" Skin="Office2007"
                                    <Items> 
                                        <telerik:RadPanelItem runat="server" Text="Root RadPanelItem1"
                                        <Items > 
                                        <telerik:RadPanelItem  Text ="123" ></telerik:RadPanelItem> 
                                        </Items> 
                                        </telerik:RadPanelItem> 
                                        <telerik:RadPanelItem runat="server" Text="Root RadPanelItem2"
                                        </telerik:RadPanelItem> 
                                        <telerik:RadPanelItem runat="server" Text="Root RadPanelItem3"
                                        </telerik:RadPanelItem> 
                                        <telerik:RadPanelItem runat="server" Text="Root RadPanelItem4"
                                        </telerik:RadPanelItem> 
                                        <telerik:RadPanelItem runat="server" Text="Root RadPanelItem5"
                                        </telerik:RadPanelItem> 
                                    </Items> 
                                </telerik:RadPanelBar> 
                            </telerik:RadSlidingPane> 
                            <telerik:RadSlidingPane ID="RadSlidingPane2" runat="server" Title="Menu2" Scrolling="None"
                            </telerik:RadSlidingPane> 
                        </telerik:RadSlidingZone> 
                    </telerik:RadPane> 
                </telerik:RadSplitter> 
    </div> 
    </form> 
</body> 
</html> 
 
1-  hi telerik
in first view my panel is not docket to right edge of my browser
but if i click in dock it will be docket to right

can u help me?
2-does this splitter suporrts rtl mode?

tnx
Ali Rad
Top achievements
Rank 1
 answered on 04 Oct 2009
6 answers
251 views
Hello,
On the RadAjaxManager there is a method to set focus on a control after the ajax callback. (Setting Focus in Common Section on the examples site)

My question is how to do this if I use a RadAjaxManagerProxy. (my RadAjaxManager is on my Master Page, the Proxy on a usercontrol that refers the masterpage)

The .FocusControl is not available on the RadAjaxManagerProxy.

Thanks,
Nicolas
ADMIN-CV
Top achievements
Rank 1
 answered on 04 Oct 2009
2 answers
169 views

I have tried to display image on Grid using GridBinaryImageColumn but when run it display error:

Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Parameter is not valid

I include here the my source code:

 

<

 

telerik:GridBinaryImageColumn DataField="CUST_LOGO" HeaderText="Image" UniqueName="Upload" ImageAlign="NotSet"

 

 

 

 

 

ImageHeight="80px" ImageWidth="80px" ResizeMode="Fit" DataAlternateTextField="CUST_NAME"

 

 

 

 

 

DataAlternateTextFormatString="Image of {0}">

 

 

 

 

 

<HeaderStyle Width="10%" />

 

 

 

 

 

</telerik:GridBinaryImageColumn>

 



In  my database the "CUST_LOGO" field sometime contain NULL value.
apb
Top achievements
Rank 1
 answered on 04 Oct 2009
2 answers
182 views
Hello,

We are currently working on a 3 tier asp.net web application, with .NET 3.5. We need to populate controls with a large amount of data.
I would like to know how to load the data in a listbox and combobxox in a fastest way, from the DAL to the UI. What are industrial best practices using latest and feasible technologies (ASP.NET MVC, Entity Framework, RadControls for ASP.NET AJAX, etc.)? 
Tell me if you need more information.

Thanks a lot in advance!
jon *
Top achievements
Rank 1
 answered on 03 Oct 2009
1 answer
103 views
I am trying to use radwindow in the content page of .net web application. I am using this piece of code as suggested in documentation.

 function ShowExisting3() {
        var oWnd = $find("RadWindow1");
        oWnd.show();
    }

 <telerik:RadWindowManager ID="RadWindowManager1" runat="server">
           <Windows>
               <telerik:RadWindow
                   ID="RadWindow1"
                   runat="server"
                   NavigateUrl="http://www.google.com">
               </telerik:RadWindow>             
           </Windows>
 </telerik:RadWindowManager>
   
        <button onclick="ShowExisting3();return false;"  style="width: 190px">
           Show window (using show)</button>


oWnd contrains null value. any suggestions how to get reference to radwindow?




cognos s
Top achievements
Rank 1
 answered on 03 Oct 2009
1 answer
76 views
In your demos you show this using the client-side functionality but for the server-side you have to click a "select" column or a checkbox. I want the row to be selected server-side by clicking anywhere on the row. How do I do this?

Thanks.
Mr. Plinko
Top achievements
Rank 1
 answered on 03 Oct 2009
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?