Hi,
I am having trouble using RadGrid on IE7 that is when I am selecting only one row to display by setting display none property of all the rows except one (that needs to be displayed) the the header and columns are rendered misaligned, as you can see in figure 1, plus the last column of header is also not displaying completely.
Figure 1
However when I set all the rows to display things are rendered fine (see figure 2) and also when I set only 1st row to display that also works fine as you can see in figure 3
Figure 2
Figure 3
The issue is not reproducible on IE8 and FireFox.
1. In my case, I set the root level filter to RadGrid1.MasterTableView.FilterExpression = "parentid = 0". This works as expected and only displays root level items, BUT, it never shows any children items b/c they are filtered out b/c of the filter expression. If I do not set the filter, I can expand the parent items to see the child items, but, the child items also appear as root items since there is no root level filter.
2. This is related to issue 1, when fitlering items at the root level, it never shows/filters any child items, again, b/c of the above filter where it is only showing items where parentid = 0..thus, the linq to sql expression only returns items where parentid = 0.
3. If I do not set the filter condition (which then allows me to see the hierarchal structure) and I filter items, is it possible to always show the parent row if the item itself is supposed to be a child item? For example, if the filter matches a child item, I want it to show the entire hierarchy of its parents even tho the parent might not match the filter condition.
Now, If I use a Parent-Child table structure, and not Self-Referencing is the following possible:
1. When filtering on a child table, it only filters the items under the currently expanded parent. Can I filter/show only parent items (along w/ child items) which child tables that match my filter criteria?
---
Also, how does the paging work w/ self-referencing..ie, if only displaying 25 items per page, will it grab all child items for all the root level items?
On a side note, we are currently on version 2010.3.1215.40 of the RadControls for ASP.NET AJAX, so please let me know if there were known issues for the past version.
Thanks
RadWindow window1 = new RadWindow(); window1.NavigateUrl = "frm_Catalogue_Structure.aspx"; window1.VisibleOnPageLoad = true; window1.Width = 400; window1.Height = 500; this.form1.Controls.Add(window1);
private void LoadGrid(Int64 p) |
{ |
grd.Rebind(); |
grd.DataSource = BL.GetAll(p); |
grd.DataBind(); |
} |
Hello)) I'm using dnn and this example
http://demos.telerik.com/aspnet-ajax/upload/examples/async/ajaxprocessing/defaultcs.aspx?product=asyncupload
! I can not asynchronously load an image! It boots only after postback (But in example postback not required)) please explain why it is so)
<
telerik:RadGrid
AlternatingItemStyle-CssClass
=
"even"
Width
=
"100%"
OnItemCreated
=
"radGridComments_ItemCreated"
OnColumnCreated
=
"radGridComments_ColumnCreated"
OnItemDataBound
=
"radGridComments_ItemDataBound"
ID
=
"radGridComments"
runat
=
"server"
AutoGenerateColumns
=
"true"
GridLines
=
"none"
>
<
mastertableview
groupsdefaultexpanded
=
"true"
>
<
GroupByExpressions
>
<
telerik:GridGroupByExpression
>
<
SelectFields
>
<
telerik:GridGroupByField
FieldName
=
"ItemName"
HeaderText
=
""
/>
</
SelectFields
>
<
GroupByFields
>
<
telerik:GridGroupByField
FieldName
=
"ItemName"
SortOrder
=
"Ascending"
/>
</
GroupByFields
>
</
telerik:GridGroupByExpression
>
</
GroupByExpressions
>
</
mastertableview
>
<
clientsettings
>
<
Resizing
ResizeGridOnColumnResize
=
"false"
AllowColumnResize
=
"true"
/>
</
clientsettings
>
</
telerik:RadGrid
>
"ItemName:" it must be same as before like "Please indicate the region in which you currently work."