Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
122 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
106 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
82 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
128 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
512 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
62 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
157 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
114 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
4 answers
158 views
Hi,
I am trying to put 2 words one under the other. I have an image as well. I need the icon to be to the left and the 2 words to be exactly one under the other.

10x
Naisha
Top achievements
Rank 1
 answered on 01 Jan 2012
1 answer
167 views
I am a newbie to the Telerik controls. I have a Grid and I have successfully implemented a filter but what I want to do is to let the user decided which columns to show or hide.
My first reaction was, since I already have an "Apply filter" button in a RadToolBar, was to add a RadToolBarDropDown next to it. This means having to populate the Buttons in the DropDown dynamically. But there appears to be now way to FIND the RadToolBar control. Referencing its name doesn't appear to work. I;e., the ID is RadToolBar1 but when I type this in the .cs file it's not found by the intellisense.

So I thought I must be barking up the wrong tree so I tried alternative approaches but I can't find a solution. But I find it hard to believe I am the first person to try and let the user dynamically show and hide columns. So I suspect there is a far simpler method that I am missing.

Any help pointing me in the right direction would be much appreciated.
Martin
Top achievements
Rank 1
 answered on 31 Dec 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?