|
How to popup Calendar Inside an ASP.NET with C# Datagrid
plz help me
Answer Snippets (Read the full thread at stackoverflow):
AjaxControlToolkit/Samples/Calendar/Calendar.aspx.
|
|
Hi,
I'm looking for a jQuery popup calendar (like the jQuery UI Datepicker ) but I don't want to use it as a date picker, only as a calendar to show that certain dates have been booked (using some styling to highlight each date, the way outlook does in...
Started by Fermin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can then easily change the styles of the values you want .
As a calendar not as a date picker.
|
|
Hi have a JQuery modal popup that I load HTML into. I have the following code in my scrpt file:
//date code - move to reusable. $('.dateDavy').datepicker({ showOn: 'button', buttonImage: '/Content/images/Control_MonthCalendar.bmp', buttonText: 'Enter ...
Started by Davy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You could....
I don't recall what that is off the top of my head so a little experimenting might be in order .
Add some CSS to a CSS file that is loaded after the jQuery UI CSS that sets the ui-datepicker class to have a z-index higher than the modal dialog .
|
Ask your Facebook Friends
|
I've got a field in a form (custom content type built using CCK) configured as a date and time. I have the Date Popup module installed.
My field shows up as two fields, one for the date and one for the time.
When users click in the date field, the JQuery...
Started by Ambrose on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
There isn't a popup for the time selection and there is a good reason difficult and time consuming....
The Date Popup module describes itself as "Enables jquery popup calendars and time entry widgets” is not the same as a popup.
|
|
Hi all,
I am trying to embed a calendar popup into an Interactiive report.
Is there anyway I can achieve this without using the Dashboard studio??
Thanks in advance!
Deepthi
Started by deepty on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at oracle):
Method-II in the code ....
I'ven't done this.
From the calendar popup ?? If yes, just have a read below:
Method-I: One may want to achieve the entire functionality with the Dashboard section by Javascript to popup a calendar.
|
|
I'm looking for a Flash/Flex component which will create a "popup" editing balloon, similar to, for example, iCal or Google calendar:
Does such a thing exist?
Started by David Wolever on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Atul Yadav http.
There are fallowing code for balloon popup.
For more advanced functionality.
|
|
My company just cutover to Microsoft Excel 2010 - and, of course, my ActiveX popup calendar no longer works. I've been digging through a number of threads, and there are a fair amount of solutions offered - all of which involve exporting a form and then...
Started by wileydk on
, 7 posts
by 2 people.
Answer Snippets (Read the full thread at ozgrid):
The one sticker is that I have to create of a date from a calendar into the active cell, but I can't fire off the actual calendar cCalendar Calendar1.Add_Calendar....
But now I have a calendar independent of "almost" all ActiveX.
|
|
Ok, so I have created a popup calendar that can be called on by clicking left in a cell and selecting "Choose a date". Excel places the chosen date in the cell. I would like to have the calendar pop up automatically when certain cells are selected, so...
Started by Cole Davidson on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at microsoft):
HI Try this one Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Not Intersect(ActiveCell, Range("E3:E3000,J3:J3000,L3:L3000")) Is Nothing Then Call OpenCalendar End If End Sub Cimjet Thank you! Worked like a charm! You're welcome Thanks... .
|
|
I am showing the list of users with images as a grid in my asp.net mvc (C#) application.
When i click on the user's image, i need to show a bubble popup (like, when we click on events cell in google calendar). The popup will contain some basic information...
Started by Prasad on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Check this article: How to create a stunning and smooth popup using jQuery
Basically, you just.
|
|
On Sat, 27 Dec 2008 16:11:30 +0000, Peter Hibbs <peter.hibbs@btinternet.com.NO_SPAM
Access 2003.
I am using the Popup Calendar from Allen Browne.
What I would like to happen is when the user clicks on the calendar
button on the form (which is ...
Started by Peter Hibbs on
, 14 posts
by 7 people.
Answer Snippets (Read the full thread at omgili):
I ended up needing to remove all the code to position... .
Jeanette Cunningham
"Stuart McCall" < (as an .mde), the date control and the
button/image froze whenever the calendar button/icon was clicked.
Allen Browne's popup calendar.
|