Vasiliy
Posts: 378
|
| Posted: 04/24/2008, 3:08 PM |
|
Does anyone know a good date picker that you use on a daily basis with CCS applications?
I'm looking for a replacement for standard CCS date picker.
Reason:
I looked at regular .Net CCS page, and noticed that page ClientI18N.aspx for DatePicker weights 34k and takes 1.7sec to load.
So in addition to my actual data, I drag this non-cacheable page every request (talking about performance optimization ).
I'm not happy with this approach and would like to fire standard CCS date picker and replace with nice skinny JS date picker easily integratable with CCS.
Any suggestions about which one to use?
_________________
Vasiliy |
 |
 |
laneoc
Posts: 154
|
| Posted: 05/04/2008, 3:30 PM |
|
TTT
I, too, am looking.
The included datepicker is too slow, not especially user-friendly, has no options for acceptable input range, and creates problems with pop-up blockers.
_________________
Lane |
 |
 |
laneoc
Posts: 154
|
| Posted: 05/04/2008, 5:39 PM |
|
FYI - I found this: http://www.codecharge.com/marketplace/details.php?cmp_e...2&exchange_id=5
I didn't get farther than installing it as the replacement .js file. I tried adding the .css code into the project .css file and also tried specifying it as the file per the DatePicker's style setting in html but both attempts failed.
_________________
Lane |
 |
 |
|