|
Rank: Newbie Groups: Member
Joined: 8/6/2007 Posts: 5
|
Hello! 1) In the documentation is written that the calendar control allows to select more than 1 date. How this selection is done? Via Shift-Enter? Or else way does exist? When I attempt to select via Shift-Enter, all the dates between start day and day are selected. I want to select only the dates that I press Enter key. 2) Can I use DatePicker in the DataGridView (VS2005) as control that I can edit?
Thank you very much in advance Boris
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Boris,
You need to hold ctrl key and then use mouse to select multiple dates.
Yes. You can use DatePicker in DataGridView (by putting it into edit template).
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 8/6/2007 Posts: 5
|
The problem: When I attempt use CTRL and select next date with the mouse, previous selection VANISHES, so I cannot select multiple dates with CTRL - only with SHIFT, but this gives me unwanted selections between needed dates. The detail: currently I use the downloaded control and didn't buy license yet. I want buy license when I will clear the wanted details.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, Did you set AllowMultiSelect to true? http://www.essentialobjects.com/ViewDoc.aspx?t=EO.Web.Calendar.AllowMultiSelect.htmlCtrl won't do anything if AllowMultiSelect is not true. Thanks
|
|
Rank: Newbie Groups: Member
Joined: 8/6/2007 Posts: 5
|
Of course, this is first thing that I set for this control: I have AllowMultiSelect = true There is else once thing (I don't know if it has any means): the cursor (when the mouse is over on the needed date) is not hand, it is the caret. This is correct? In any case - the multiselect not works when ctrl key pressed.
How I can send the zip with the my testing project?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The cursor is controled by styles. Usually it's CalendarStyle or MonthStyle. You can put a "cursor:hand" property in it. So that has nothing to do with multi-select.
We are looking into the multi-select issue and will get back to you as soon as possible.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 8/6/2007 Posts: 5
|
OK, I will wait your answer. Thank you very much in advance. Boris
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Boris,
We have posted a new build yesterday and it should have fixed that issue. You can download it from our download page.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 8/6/2007 Posts: 5
|
OK, I have tryed it now. Perfectly! What I wanted (dates multiselecting) works, (however works with with Shift key, not Ctrl, but this is NOT important.)
So, I think that I will buy this control in nearest period.
Thank you very, very much!!! Boris
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Boris,
Very glad to hear that! Please feel free to let us know if you have any more questions.
Thanks
|
|