Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

gridiview calendar in edit mode 1

Status
Not open for further replies.

mrp9090

Programmer
May 22, 2006
71
GB
I have an editable gridview that I want to add a calendar to in edit mode, but I don't want it to change the formatting of the rest of the row. Is it possible to perhaps add an imagebutton which when clicked will open up a calendar for editing on top of the gridview rather than inside it?

Any help would be really appreciated!
 
Yes, you could either pop one up using javascript or display one elsewhere by using CSS and toggling the display between "block" and "none".


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
I'm not very up on Javascript..would I still be able to use the ASP.NET validation controls to validate the calendar?
 
Yes you would


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top