[quote="NineRays"]
VirtualMode_GetCount - this event returns count of rows in the node specified by parameter (if you make regular grid, this parameter can be ignored).
Can you give an example on this event? I have checked your samples and there is nothing clear for a simple databound grid (virtualGridForm):
private int VM_GetCount(NodeBase sender)
{
return (int)rowCountUpDown.Value;
}
I can't exactly use this....
All I want to do is have a simple grid in virtual mode. No trees, no nesting. I may bind data, or add row by row.