Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
119 views
hi,

My grid has several combo box like below

 <ItemTemplate>
                                    
                                         <telerik:RadComboBox runat="server"
                                             ID="RadComboBox2"
                                             DataTextField="DocOwnAppComment"
                                             DataValueField="DocOACID"
                                             HighlightTemplatedItems="true"
                                             Height="190px"
                                             Width="220px"
                                             DropDownWidth="420px"
                                                DataSourceID="ContactsDataSource"
                                                SelectedValue='<%#Bind("IDCcomID") %>'></telerik:RadComboBox>                                       
                                        </ItemTemplate>                                       
                                        </telerik:GridTemplateColumn>


I using inline mode to edit record. When i click edit i want see same combo boxes in my edit mode. How can i take that?

krds
lakmal



SamJ
Top achievements
Rank 1
 answered on 03 Sep 2009
2 answers
277 views
I have a page with RadAjaxManager on it and 2 RadAjaxPanels.  The first RadAjaxpanel contains 5 dropdowns and is located on the left side of the web page.  The main portion of the page has the other RadAjaxPanel, and it contains 4 different asp:panels.  2 of these panels contain images, the 3rd contains a radio button list and a button, all .NET controls.  The 4th panel contains a asp:repeater control.
On the initial page load the first dropdown in RadAjaxPanel1 contains a list of years, and the image in asp:panel #1 is visible.  Each dropdown will invoke AJAX and change the dropdowns and possibly the asp:panel that is shown in the RadAjaxPanel2.  When a user selects a year from dropdown1, this causes dropdown2 to load vehicle makes and the image in asp:panel #1 visible.  Next a user would select a vehicle make from dropdown2, this would cause dropdown3 to load vehicle models and the image in asp:panel #2 to be visible.  A user would then select a vehicle model from dropdown3 which causes dropdown4 to show the available parts for the vehicle that has been selected.  This would also get all the parts associated with the vehicle selected and bind this list to the repeater in asp:panel #4.  The selectedindex changed event for dropdown4 will do all this and then set the appropriate panel's state to visible=true.
The problem is that the asp:panel #1 with the image is still shown instead of the asp:panel #4 that contains the asp:repeater control.
Any thoughts on why this would happen?

I have tried this with the .NET AJAX scriptmanager, updatepanel, etc. and it each panel in the main portion of the page is displayed when the code instructs it to be displayed.
SamJ
Top achievements
Rank 1
 answered on 03 Sep 2009
1 answer
372 views
Hi, I'm trying to get the RadAjaxLoadingPanel to make it appear as if the entire page is loading, instead of several instances of the loading image appearing where the updated control is. I just want one for the entire page. Can someone help me with this?

Thanks.
SamJ
Top achievements
Rank 1
 answered on 03 Sep 2009
3 answers
111 views
Dear sir,

Can we give image on dock's title bar?

reply me ASAP please...

thanks with regards
Golu
Top achievements
Rank 1
 answered on 03 Sep 2009
3 answers
116 views
Hi.

I want to display all appointments for particularday in month view. For example if I have ten appointments on  a particularday of a month. Currently in the month view I would be able to seeonly two or three appointments and not all ten. I would like to see all the tenappointments in the month view instead of being redirected to day view.


Thanks
Sabarish
sabarishbabu
Top achievements
Rank 1
 answered on 03 Sep 2009
4 answers
95 views

Our team have already bought the RadControls for ASPNET AJAX .

I read the FAQ, 'the Telerik Developer License works WITHOUT license keys'.

Is this means If I have the licensed account, I can download the setup files anytime anywhere and run it on any server any domain?

How can I check if my setup files are copied by others or used on orther domains?
Airad
Top achievements
Rank 1
 answered on 03 Sep 2009
2 answers
212 views

I am using Rad Grid and one of its columns is a template column having RadNumeric Textbox of Currency type in it.
 
By default, RadGrid is disabled unless an external button is clicked to enable it. its working perfectly fine. But when that button enables the grid, all functions of grid works perfect but this RadNumeric Textbox is still disabled. If I use simple Textbox then that works perfectly fine. Moreover after simple postback/callback (like a sort or any other event that calls 
NeedDataSource event) rectify the problem and after that RadTextbox works perfectly fine. I am giving a short peek of grid structure. Please have a look and guide where I am doing wrong.

<telerik:RadGrid ID="uxProposals" Width="97%" AllowPaging="True" runat="server" AutoGenerateColumns="false" OnNeedDataSource="uxProposals_NeedDataSource" AllowSorting="true" Skin="Vista" GridLines="None" OnItemDataBound="uxProposals_ItemDataBound">

 

<MasterTableView Width="100%" AllowMultiColumnSorting="false">

   <Columns>

       <telerik:GridBoundColumn HeaderText="ProposalID" Visible="false"  DataField="ProposalID" />

<telerik:GridTemplateColumn HeaderText="Award<br/>Amount" UniqueName="TemplateColumn" ItemStyle-Width="25%" InitializeTemplatesFirst="false">

       <ItemTemplate>

           <table cellspacing="0" width="100%" style="border-style: none">

               <tr style="border-style: none">

                    <td style="border-style: none">

                        <telerik:RadNumericTextBox ID="uxAwardAmount" runat="server" MaxValue="99999999.99" Type="Currency" Skin="Vista"></telerik:RadNumericTextBox>

                        <asp:TextBox ID="uxAwardAmount_tochkProb" runat="server"></asp:TextBox>

                    </td>

               </tr>

            </table>

        </ItemTemplate>

</telerik:GridTemplateColumn>

    </Columns>

</MasterTableView>

<HeaderContextMenu Skin="Vista">

<CollapseAnimation Duration="200" Type="OutQuint" />

</HeaderContextMenu>

<ExportSettings ExportOnlyData="False" FileName="ReviewerAssignmentStatus" OpenInNewWindow="true" IgnorePaging="True"></ExportSettings>

<PagerStyle Mode="NextPrevAndNumeric" />

<SortingSettings SortedBackColor="Azure" />

<HeaderStyle Font-Bold="True" HorizontalAlign="Center" />

<FilterMenu EnableTheming="True">

<CollapseAnimation Duration="200" Type="OutQuint" />

</FilterMenu>

</telerik:RadGrid>

Himanshu Kumar
Top achievements
Rank 1
 answered on 03 Sep 2009
5 answers
688 views
Hi,
I have a form with a link. Clicking on the link, am opening a radwindow from the code behind( have to go with code behind since i have to do extra checkes before opening the window) as

Radwindow1.VisibleOnPageLoad =

true;

 

Radwindow1.NavigateUrl = url;


The radwindow popup page has a close (X) button, OK button, and a grid with a column with link.
When i click on Ok button and Links on the grid, am calling a javascript function which will close and then reload the parent page using the querystrings from the popup window.
Now when i click the close (X) button also, i need to close the window and reload the parent page but without any changes to the querystring values. I dont want to use __dopostback() coz there are other issues if i go with that method
I tried the onclientclose event, but that will be fired on all the 3 above scenarios (Close (X) button, OK button and Link click)..
so my question is, is there a way i can identify whether i had clicked the Close (X) button to close the window. So that i can check for this in my OnClientClose function and do what i require?

Any help is greatly appreciated.

Thanks

Sujith
VS
Top achievements
Rank 1
 answered on 02 Sep 2009
2 answers
84 views
Hi,

I just modified an already working RadCalendar web usercontrol from handling one Calendar instance on the UI to many via a ListView.
This brings VS2008 to almost a standstill, and VS renders the ListView with several ListItem lines in design view. Is there a lighter way of implementing the same feature.

My scenario is: Absence management.
I have an employee, and need to bring up a LIST ITEM for each of his employments. Eash LIST ITEM has a multiselect RadCalendar with special day rendering et al.

Any suggestions?
Axel
Top achievements
Rank 2
 answered on 02 Sep 2009
4 answers
406 views
Hello,

I am trying to change the color of a single data bound item within a RadListBox control, but I am not exactly sure when/where I should do this.

I tried something along these lines, but I am not getting the text Color to change.
protected void listBoxLocations_ItemDataBound(object sender, RadListBoxItemEventArgs e) 
        { 
            if (attribute) 
                e.Item.ForeColor = System.Drawing.Color.Gray; 
        } 

Does anyone know what I should do differently? (pre-render, different item attribute etc?)
Cory Hudson
Top achievements
Rank 2
 answered on 02 Sep 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?