Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
62 views
I am using the old version Rad  control in my asp.net web application. now i am buy new telerik control and I want to upgrade my application with new telerik control .please suggest me the possible easy step to upgrade my application.
Regards
Anish
Shinu
Top achievements
Rank 2
 answered on 02 Jan 2012
5 answers
109 views
Hi there,

How can i collapse Ribbon Bar.
Kate
Telerik team
 answered on 02 Jan 2012
4 answers
107 views
After setting up radlistboxes to transfer employees, the box on the left appears to overlay the transfer buttons.  The buttons still work, but the look is not correct.

Any  thoughts on what cause this?
Kate
Telerik team
 answered on 02 Jan 2012
4 answers
99 views
Hello,
I have a radgrid.I wanna access the textbox which is in the Insert template.How can I achieve this?

<telerik:GridTemplateColumn HeaderText="InvoiceDate">
                    <ItemTemplate>
                     <%#Eval("InvoiceDate")%>
                     </ItemTemplate>
                      <InsertItemTemplate>
                      <asp:TextBox ID="txtInvoiceDate" runat="Server"></asp:TextBox>
                       </InsertItemTemplate>
 </telerik:GridTemplateColumn>
Emre
Top achievements
Rank 1
 answered on 02 Jan 2012
1 answer
74 views
Hello,

Is is possible to have a Rotator that displays its items in a format and order similar to the following:


_______________________________________________
|                        |                       |                    |                       |
|       Item 1       |       Item 3       |      Item 5     |      Item 7       |
|                        |                       |                    |                       |
_______________________________________________
|                        |                       |                    |                       |
|      Item 2        |       Item 4       |       Item 6    |      Item 8       |
|                        |                       |                    |                       |
_______________________________________________


I've tried setting my item width and height to 1/2 of the rotator width and height and using only pixel units (no percentages) but to no avail. The closest I get to the intended output is actually by having at least 8 or more items bound and by using a percentage for item width (17%) and having fixed pixel widths for rotator height, width and item height (1/2 of rotator height).

Any ideas as to how I can reproduce this effect even if I have less that 8 items bound.

Thanks in advance.
Princy
Top achievements
Rank 2
 answered on 02 Jan 2012
1 answer
63 views
Hi,
Below is my design code...just want to find the seltected text of Radcombo which has been placed inside Radlistview....

<tr>
<td>
<asp:Panel runat="server" ID="uxJumpPanel">
<telerik:RadListView ID="feeldChoices" runat="server" OnItemDataBound = "feeldChoices_ItemDataBound">
<ItemTemplate>
<table cellpadding="0" cellspacing="0">
<tr>
<td>
<telerik:RadTextBox runat="server" Text='<%# Eval("Text") %>' onkeyup="SyncListToCheckbox(this)"
ID="uxItemText" Width="260">
</telerik:RadTextBox>
 <telerik:RadComboBox runat="server" ID="uxSelectPage1" ></telerik:RadComboBox>
</td>


<td>
<img id="imageAdd" style="cursor: pointer" runat="server" onclick="InitiateAjaxRequest('1,3,add|' + this.id + ',' + selectedDockId); SetUnsaved();"
alt="Add field choice" border="0" src="Images/Add.png" />
</td>
<td>
<img id="imageDelete" style="cursor: pointer" runat="server" onclick="InitiateAjaxRequest('1,3,remove|' + this.id + ',' + selectedDockId); SetUnsaved();"
alt="Delete field choice" border="0" src="Images/Delete.png" />
</td>
</tr>
</table>
</ItemTemplate>
</telerik:RadListView>
</asp:Panel>
</td>
</tr>



//Thanks
Princy
Top achievements
Rank 2
 answered on 02 Jan 2012
2 answers
93 views
I am using server side code to populate the combobox. and enabled "EnableLoadOnDemand"
The combobox doesnt seem working correctly. When the page first opens, click into the combobox nothing hapens and it is not populated. When I type in something or delete what i typed in then it populates. I tried to change the code to as simple as assigning a datatable to the combobox datasource still no luck..
why? what I do?
Princy
Top achievements
Rank 2
 answered on 02 Jan 2012
1 answer
485 views
Hi all,
i am working on implementing Select/Insert/Update/Delete functionality using RADGrid, i dont  want to use sqlDatasource i want to bind grid throught code behind data such data comes from view state table and when user perform any operations that efect on view state table not actual data which is stored in sqlserver.how can i do this  can any one send me a sample of code;
Shinu
Top achievements
Rank 2
 answered on 02 Jan 2012
1 answer
50 views
When using these addon's to your browser of choice, how can you peer into a control e.g. RADCOMBOBOX and see all of it's methods like get_text in the DOM??? I am having a hard time locating this method in the DOM while inspecting using Firebug or IE Dev toolbar.
Princy
Top achievements
Rank 2
 answered on 02 Jan 2012
1 answer
127 views
Hi !

I would like to create a RibbonBar dynamically, so I don't know the required width in advance.

Is it possible to set an automatic width for the RadRibbonBar and how ?

Fred
Princy
Top achievements
Rank 2
 answered on 02 Jan 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?