Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
72 views
I want to create parent/child relationships in my RadGrid without using a NestedViewTemplate or Detailed GridTableView.  The parent records should be able to expand/collapse to show the child rows.  I would like to have just the MasterTableView because I need the child rows to have the exact same columns as the parent rows.  I also do not want to go through the trouble of making sure the column sizes are in sync after a user changes the column.  I don't see any obvious way to do this.  Am I missing something?

I tried using a DetailTableView to do this.  I added the same columns to it as the MasterTableView and the columns did not match up.

Vasil
Telerik team
 answered on 18 Jul 2011
5 answers
51 views
Hi

Currently using radeditor on SharePoint 2007. Using IE 8 on compatibility mode  we encountered a problem where the scroll bar resets to the top when the mouse hover outside the text box area. This is only occurring in IE8 Compatibility View.  

As our text area are small(news column size) and contain  a large amount of text, resetting the scroll bar is proving to be annoying

Is this expected behavior,? if so can this be disabled


Cheers

Yan 
Stanimir
Telerik team
 answered on 18 Jul 2011
4 answers
184 views
Rad Editor not showing bullet points in Design or Preview, it does show it in the html. I'm thinking it is a CSS taking precedence. Has anyone else experienced this issue and if yes let me know the fix.
i'm using new rad controls 3.5 framework and using master pages.
Thanks in advance
Madhuka
Top achievements
Rank 1
 answered on 18 Jul 2011
1 answer
84 views
Hello, I have a Datatable (5 Column) , i want to add first Column is DataValueField,Second and Third column is DataTextFied ( using C# code in page_load Event)
Excample :http://demos.telerik.com/aspnet-ajax/combobox/examples/default/defaultcs.aspx 


Thanks,
Trung Hiếu
Shinu
Top achievements
Rank 2
 answered on 18 Jul 2011
3 answers
97 views
I have 2 controls in a grid. A radio button list and a rad date picker. When a user edits or adds info into the grid they can chose between 3 options. only 1 option the date picker is enabled the other 2 options the date picker is disabled. I am trying to do this on Selected Index change on the radio button list, but I can't get the controls of either date picker or radio button list on client or server side. I tried both ways but I am not able to find the solution on this site.

Thanks
Princy
Top achievements
Rank 2
 answered on 18 Jul 2011
2 answers
92 views
<telerik:GridTemplateColumn UniqueName="TempcolFormat" HeaderText="Title">
                               <ItemTemplate>
                                   <table>
                                       <tr>
                                           <td style="border: 0px;">
                                               <asp:Label ID="Label1" runat="server" Text='Title : '></asp:Label>
                                               <asp:Label ID="Lb2" Font-Bold="true" runat="server" Text='<%# Eval("title") %>'></asp:Label>
                                           </td>
                                       </tr>
                                       <tr>
                                           <td style="border: 0px;">
                                               <asp:Label ID="Lb3" runat="server" Text='<%# Eval("description") %>'></asp:Label>
                                           </td>
                                       </tr>
                                   </table>
                               </ItemTemplate>
                           </telerik:GridTemplateColumn>

I bind radgrid like that . filter's not work for't in this condition.

Thanks,
Mohamed.
mohamed
Top achievements
Rank 1
 answered on 18 Jul 2011
1 answer
104 views
Hi,

I am Srinivas,

In my project i have a RadGrid for Displaying Data from Backend Table. Here i am using GroupBy property for My RadGrid. Here i want to Place a Button in RadGrid Header Row along with GroupBy Text.

Here i was Displaying a GroupBy Text successfully. It shown in 1.Jpg Attached file. But along with text i want to Show the Button in RadGroupHeader Row. Like Shown in Attachment 2 (Example Only).

Here The following code for  Group Header Text 
If TypeOf e.Item Is GridGroupHeaderItem Then
Dim item As GridGroupHeaderItem = DirectCast(e.Item, GridGroupHeaderItem)
Dim groupDataRow As DataRowView = DirectCast(e.Item.DataItem, DataRowView)
'Dim nodeCollection As IList(Of RadTreeNode)
item.DataCell.Text = ""
For Each column As DataColumn In groupDataRow.DataView.Table.Columns
If column.ColumnName = "lot_id" And n >= 1 Then
item.DataCell.Text = RadTreeView1.CheckedNodes(item.GroupIndex).FullPath + "<br/>"
<Button Adding>
Dim hyplnk As New Button()
hyplnk.Text = "Redirect"
item.DataCell.Controls.Add(hyplnk)</button>
Else
item.DataCell.Text = RadTreeView1.CheckedNodes(item.GroupIndex).FullPath
End If
Next
End If
But it is not working fine..
Please Help me.

Thanks
D.Srinivas
Shinu
Top achievements
Rank 2
 answered on 18 Jul 2011
1 answer
376 views
Hi,

I would like to inquire on what are these 2 items and some demo on how to make use of them.
I tried to use the HeaderStyle Width="100px" for both of them, just to learn what are these 2 elements but to no avail.

And this: <ClientSettings EnableAlternatingItems="true">
What is this for? It doesn't seem to make any difference to the appearance, unlike <telerik:RadGrid ID="MyRadGrid" runat="server" AlternatingItemStyle-BackColor="AliceBlue"


Please advise.

Thanks
Shinu
Top achievements
Rank 2
 answered on 18 Jul 2011
1 answer
288 views
Hi,

I am Srinivas,

In my project i have a RadGrid for Displaying Data from Backend Table. Here i am using GroupBy property for My RadGrid. Here i want to Place a Button in RadGrid Header Row along with GroupBy Text.

Here i was Displaying a GroupBy Text successfully. It shown in 1.Jpg Attached file. But along with text i want to Show the Button in RadGroupHeader Row. Like Shown in Attachment 2 (Example Only).

Here The following code for  Group Header Text 
If TypeOf e.Item Is GridGroupHeaderItem Then
Dim item As GridGroupHeaderItem = DirectCast(e.Item, GridGroupHeaderItem)
Dim groupDataRow As DataRowView = DirectCast(e.Item.DataItem, DataRowView)
'Dim nodeCollection As IList(Of RadTreeNode)
item.DataCell.Text = ""
For Each column As DataColumn In groupDataRow.DataView.Table.Columns
If column.ColumnName = "lot_id" And n >= 1 Then
item.DataCell.Text = RadTreeView1.CheckedNodes(item.GroupIndex).FullPath + "<br/>"
<Button Adding>
Dim hyplnk As New Button()
hyplnk.Text = "Redirect"
item.DataCell.Controls.Add(hyplnk)</button>
Else
item.DataCell.Text = RadTreeView1.CheckedNodes(item.GroupIndex).FullPath
End If
Next
End If
But it is not working fine..
Please Help me.

Thanks
D.Srinivas
Princy
Top achievements
Rank 2
 answered on 18 Jul 2011
1 answer
38 views
Hi

I have attached 2 images in this post. Can anyone tell me is it possible to do in radgrid? If it so, please suggest how to achieve ?

Regards
Arima
Princy
Top achievements
Rank 2
 answered on 18 Jul 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?