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

Need to add a letter 'W' in RadDatePicker

2 Answers 40 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
Anto (DLL Version : 2008.3.1314.35) asked on 21 Feb 2011, 02:38 PM
Hi all,

I have a page with RadDatePicker and RadGrid, etc.

Which all works fine without any issue.

Ok. While RadDatePicker is viewed, A column appears for Week Serial No without a heading.

Then it follows with S, M ,T, W, T, F and S. Many of the End Users are getting confused of it.

Need to insert a letter in the heading of Week Serial No.

Is there any option to Add or Insert.

Thank You.

-Anto

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 22 Feb 2011, 10:49 AM
Hello Anto,

One of the better approaches is to override the default CSS .rcViewSel for the cell and set the Background Image for the same It will be applicable for all the Date Pickers in the page.

CSS:
.rcViewSel
      {
          background-image: url("../Images/weekSerialNo.jpg") !important;
      }

Thanks,
Shinu.
0
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
answered on 22 Feb 2011, 11:30 AM
Shinu,

Thanks for your valuable reply.

I have added a new image named weekSerialNo.jpg

nd I added the css also.

But even though no changes.

I have the RadDatePicker in the Edit Item Template of a RadGrid.

-Anto



Tags
Calendar
Asked by
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
Share this question
or