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

Rad Dock with Date Picker

1 Answer 43 Views
Dock
This is a migrated thread and some comments may be shown as answers.
ankit
Top achievements
Rank 1
ankit asked on 27 Oct 2008, 05:10 PM
Hello,

I want to use DatePicker Control in Dynamically created dock.
Currently i have rad chart in that dock but i want to add date picker control so user can select date and base on that date chart is going to rebind.

I tried but its not working...

1 Answer, 1 is accepted

Sort by
0
Obi-Wan Kenobi
Top achievements
Rank 1
answered on 28 Oct 2008, 03:51 PM
If you create RadDock dynamically, you can try to use this:
dock.UniqueName = "RadDock" + CurrentDockStates.Count.ToString();

instead:
dock.UniqueName = Guid.NewGuid().ToString();

Hope this helps.

 

Tags
Dock
Asked by
ankit
Top achievements
Rank 1
Answers by
Obi-Wan Kenobi
Top achievements
Rank 1
Share this question
or