Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
131 views
Hi there,

How can i collapse Ribbon Bar.
Kate
Telerik team
 answered on 02 Jan 2012
4 answers
138 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
128 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
108 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
91 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
132 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
518 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
65 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
163 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
2 answers
117 views
i want to format the excel while export from the rad grid the for mat as follows :
Lines(Rows in Excel).

Lines 1 and 2: the lines must be there as blank lines

Line3: date with format dd.mm.yyyy in first cell (Column A)

Line 4 and 5:  the lines must be there as blank lines

Line 6: i have display the Data of Rad grid.

Can you please help me out .

Thanks And Regards,
Guru Kiran.P 

Shinu
Top achievements
Rank 2
 answered on 02 Jan 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?