| <GroupByExpressions> |
| <telerik:GridGroupByExpression> |
| <GroupByFields> |
| <telerik:GridGroupByField FieldName="headerdate" FormatString="{0:dd-MMM-yy}" HeaderText=" " HeaderValueSeparator=" " SortOrder="Descending" /> |
| </GroupByFields> |
| <SelectFields> |
| <telerik:GridGroupByField FieldName="headerdate" HeaderText=" " FormatString="{0:dd-MMM-yy}" HeaderValueSeparator=" "/> |
| </SelectFields> |
| </telerik:GridGroupByExpression> |
| </GroupByExpressions> |
Hi all, I’m currently using RadCalender for C#....
I want a dynamic functionality for my calendar..... I want "FirstNavigation = False" for the particular pages and for the rest pages the "FirstNavigation = True" .... ..[ That means....For few pages....the calendar should show current and previous month and not current and next month.....] how will I achieve this please guide me.... My settings are
<
telerik:radcalendar id="RadCalendar1" runat="server" Skin="Vista" AutoPostBack="true" TitleFormat = "MMM yyyy" TitleAlign="Center" TitleStyle-Width="100%" MultiViewColumns="1" MultiViewRows="2" Height="7px" EnableMultiSelect="false" ShowOtherMonthsDays="false" Width="10px" ShowRowHeaders="false" <SelectedDayStyle Font-Bold="True" ForeColor="White" BackColor="Transparent"></SelectedDayStyle> <TitleStyle Font-Bold="True" BorderColor="Black" BackColor="#999999" Width="100%"></TitleStyle> </telerik:radcalendar>
i have 2 problems ..
we have main pages and modal pages...main pages are lists with gridviews and in modal pages we are performing operations spesific to records in lists...in modal pages we have rad combo boxes.. when we close this modal pages and send a postback to the server we are getting javascript errors at these 2 lines...
1-this._foregroundElement.parentNode.removeChild(this._backgroundElement) (modal popup extender)
2-_31.parentNode.removeChild(_31);
i think the problem occurs when disposing but i don't know how to solve?????
| boundColumn = new GridBoundColumn(); |
| boundColumn.DataField = "id"; |
| boundColumn.HeaderText = "ID"; |
| boundColumn.UniqueName = "id"; |
| boundColumn.HeaderStyle.Width = Unit.Pixel(15); |
| boundColumn.ItemStyle.Width = Unit.Pixel(15); |
| boundColumn.FooterStyle.Width = Unit.Pixel(15); |
| boundColumn.Display = true; |
| boundColumn.Visible = true; |
| boundColumn.ReadOnly = true; |
| boundColumn.ItemStyle.HorizontalAlign = HorizontalAlign.Center; |
| boundColumn.HeaderStyle.HorizontalAlign = HorizontalAlign.Center; |
| boundColumn.FooterStyle.HorizontalAlign = HorizontalAlign.Center; |
| RG1.MasterTableView.Columns.Add(boundColumn); |

Hello!
I started to develop with the version 2008.3.1105. Everything worked fine. I'm using a lot of grids, in most cases i have as editform a usercontrol with tabs and on that tabs again grids.
A view weeks ago i developed a site with a scheduler and i recognized that there is a problem with the appointments. If i click on an appointment to open it (in a radwindow), the text of the appointment gets empty. I read in forum that this had been fixed in a newer version. So i tried the version 2008.3.1314.
Since weeks I spend time to write workarounds for this version. I have a lot of problems with the grids. For me the older version works by far better than the newer version. I also tested the version 2009.1.311. There are the same problems like in version 2008.3.1314.
In meantime i'm really desperate! I'm not using the controls in a common way. So it would be a waste of time to post every problem I have. But fact is: With version 2008.3.1314 I have a lot of problems which I don't have with 2008.3.1105.
The best way for me would be to find a workaround for the scheduler problem with the old version. This would be easier as writing about 30 workarounds for the grids with the newer version.
So is there a way to get the scheduler bug fixed with version 2008.3.1105 and is it still possible to purchase a developer version of 2008.3.1105?
Please help!!
/* START MicrosoftAjax.js */
//----------------------------------------------------------
// Copyright (C) Microsoft Corporation. All rights reserved.
//----------------------------------------------------------
....................some javascript.....................
var d=a.getClientRects();
....................some more javascript.....................
/* END MicrosoftAjax.js */
Please let me know the best possible solution.
Regards,
Nhilesh Baua
