Hi
How to sort pages in RadPageView?
I was looking for method Sort or Comparer property but I did not find anything. Is it possible to sort pages in RadPageView?
I use version 2011.1.11.419.
Regards
HelIo,
I have a structure that looks like following:
Class
TreeNode {
public
TreeNode
Parent {
get; }
public
IEnumerable<TreeNode>
Children {
get; }
public …
}
I want to bind this structure to a Telerik RadGrid with detail tables for each level of the children. I know that radgrid supports declarative binding to a self-referencing hierarchy, but that assumes you have a flat dataset (e.g. from a database) and can look at a parent key field of some sort. My question is: It is possible to bound a radgrid to a data structure like the one I mentioned and is there a way to do it declaratively?
Thanks in advance,
MisaPrivate
Sub
gridIssues_DataBindingComplete(sender
As
Object
, e
As
Telerik.WinControls.UI.GridViewBindingCompleteEventArgs)
Handles
gridIssues.DataBindingComplete
CType
(gridIssues.Columns(
"balance"
), GridViewDecimalColumn).ThousandsSeparator =
True
End
Sub
Hi,
When I move by mistakes a node on the node over him, the application crash with the error bellow.
To reproduce this,
> Create a treeView with 2 nodes inside!
> Move the second node into the first one,
> Do it again (Move the second node that is already into the first one exactly as you did before)
I hope you can reproduce it and tell me how to avoid this problem.
Best regards, Fred