This is a migrated thread and some comments may be shown as answers.

RadGrid not paging inside RadDock

1 Answer 51 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Karl
Top achievements
Rank 1
Karl asked on 03 Oct 2012, 09:04 AM
Hi,
I have a complicated page with about 12 raddocks that are dynamically generated.They load user controls which have radgrids inside. One of the docks has a rad grid with paging. When you click to go to another page it posts back but nothing happens. Some of the rad grids have a command to InitInsert which doesn't fire either. I've tested the radgrids separately and paging and adding works on a test page outside of the rad dock layout.

It is very difficult to create a sample project to demo this because they are generated from the database.

Anyone have any idea what could be causing this?



1 Answer, 1 is accepted

Sort by
0
Karl
Top achievements
Rank 1
answered on 05 Oct 2012, 08:32 AM
The Dynamically generated docks used a datetime to generate a unique ID. However this contained invalid characters which caused the state to not be persisted. I changed this to use DateTime.Now.ToString("ddmmyyhhmmss") and it fixed it.
Tags
Dock
Asked by
Karl
Top achievements
Rank 1
Answers by
Karl
Top achievements
Rank 1
Share this question
or