Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
1.1K+ views
Hi,
i  am using Telerik version released in July 2010. I want to bind a dropdown list on page from selected item empName in grid where empId is bound in griddatakey.
I am not able to use property "RadGrid.ClientSettings.EnableClientKeyValues" which is mentioned in post http://www.telerik.com/community/forums/aspnet/grid/how-to-get-datakeynames-amp-datakeyvalues-on-client-side.aspx to read empId bound in griddatakey.

Please give resolution?
Jayesh Goyani
Top achievements
Rank 2
 answered on 04 Oct 2011
1 answer
97 views
Hello,

I have two pages with RadTabStrip/RadMultiPage controls. Both the multi pages having theRenderSelectedPageOnly="true" setting. Both pages share the same user control, which has the same data. The interesting issue I'm having is that the first page is around 300K, whereas the second page is around 80K. I'm not sure how to figure this out because the control present has the same data, the same controls present, and the pages are identical. I verified both pages hasRenderSelectedPageOnly on.

Any ideas where to look first?

Thanks.

Dimitar Terziev
Telerik team
 answered on 04 Oct 2011
4 answers
151 views
Hi,

When editing something that a user has previously scheduled.   I need to be able to show the date they had previously selected, even though it may be before the current minimum date.  I want to be able to show the selected date, but not allow them to select it if it is before the minimum date.

If you try to set the SelectedDate property before the minimum date, an error is thrown.

Anyone know of a good way to do this?

Thanks!
Vasssek
Top achievements
Rank 1
 answered on 04 Oct 2011
3 answers
213 views
I need one more value to be added but i am not sure that ComboBox supports that.

e.g. i have the following columns in the DB:

ID, Title, Price

I need to display the Title but to get the selected ID and Price.
Shinu
Top achievements
Rank 2
 answered on 04 Oct 2011
4 answers
178 views
Never mind.

-- 
Dim of Grantham.
Peter
Telerik team
 answered on 04 Oct 2011
1 answer
75 views
Hi,

We are using Radgrid having date field colums with AllowFilteringByColumn="true" property.
While the page is loading we get this error 'ct100_ContentPlaceHolder1_GridName_gdtcSharedCalendar'  was not found. Could you please tell us where are we possibly going wrong.

Also because of this error, the page does not load properly and  the grid becomes distorted.
Here's our code:

can you please provide the solution for this.

<telerik:RadGrid GridLines="None" HorizontalAlign="Left" BackColor="#EFF7FF" ID="gvDrilDown"
                               CellPadding="0" CellSpacing="0" EnableViewState="true" AllowMultiRowSelection="false"
                               runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="true"
                               AllowFilteringByColumn="true" PageSize="50" AllowAutomaticDeletes="false" PagerStyle-AlwaysVisible="true"
                               PagerStyle-Mode="NextPrevAndNumeric" OnNeedDataSource="gvDrilDown_NeedDatasource"
                               OnColumnCreated="gvDrilDown_ColumnCreated" Skin="Office2007" OnPreRender="gvDrilDown_PreRender"
                               OnItemDataBound="gvDrilDown_ItemDataBound" HeaderStyle-HorizontalAlign="Center"
                               ItemStyle-CssClass="borderRight" HeaderStyle-Font-Underline="true" OnItemCreated="gvDrilDown_OnItemCreated"
                               Height="100%"
                               <HeaderStyle HorizontalAlign="Center" Wrap="false" CssClass="clsTableHeading1" Font-Underline="true" /> 
                               <ItemStyle /> 
                               <MasterTableView TableLayout="Auto" Name="DrilDownRpt" AllowMultiColumnSorting="false"
                                   <NoRecordsTemplate
                                       <span class="clsTableCellLeft1" style="padding-left: 250px;"><b>Sorry, there is no matching 
                                           data available for display.</b></span
                                   </NoRecordsTemplate
                               </MasterTableView
                               <ClientSettings EnableRowHoverStyle="false"
                                   <Scrolling AllowScroll="true" UseStaticHeaders="true" /> 
                                   <Resizing AllowRowResize="false" AllowColumnResize="false" /> 
                               </ClientSettings
                               <ItemStyle Font-Size="8pt" /> 
</telerik:RadGrid>
Mira
Telerik team
 answered on 04 Oct 2011
1 answer
138 views
I'd like to dynamically create stacked notifications in codebehind. I tried programmatically creating an instance of RadNotifcation using something like:
Dim RadNotification1 As RadNotification = New RadNotification
RadNotification1.EnableShadow = True
RadNotification1.EnableRoundedCorners = True
RadNotification1.ShowTitleMenu = False
RadNotification1.Text = "You have new messages!<br>date: " & DateTime.Now.ToShortTimeString & "<br><br>"
RadNotification1.Show()

When it fires, though, a generic object error is thrown. Is it possible to programmically or dynamically create notifications?

What I'm trying to do is retreive notification text from a database. But I want to display multiple notifications until the user closes the notification window.
Marin Bratanov
Telerik team
 answered on 04 Oct 2011
5 answers
338 views
Hello,
We have Telerik RadMenu v 4.4.5.0 installed in our SharePoint 2007 farm. I could not find the download for the latest version. Is it now included in RadControls for ASP.NET AJAX? Can you please direct to me to the right location to download the latest version of RadMenu?

Thanks,
Karthik
Peter
Telerik team
 answered on 04 Oct 2011
1 answer
139 views
Hello,  

I was wondering how I would change the values of  some of the generated code, specifically an image that has it's src set to "info" which creates a 404 error that I am catching using Fiddler.  Here is the view source of the generated HTML:
<div id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow" disabled="disabled" style="display:none;">
    <div id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_popup" class="RadNotification RadNotification_campDashboardNotification" style="height:53px;display:none;position:absolute;">
        <div class="rnTitleBar" id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_titlebar" style="display:none;">
            <span class="rnTitleBarIcon"><img src="info" alt="" /></span><span class="rnTitleBarTitle"></span><ul class="rnCommands">
                <li class="rnCloseIcon"><a href="href" title="Close" id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_rnCloseIcon"></a></li>
 
            </ul>
        </div><div id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_XmlPanel" class="RadXmlHttpPanel">
            <div id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_C" class="rnContentWrapper">
                 
            <img src="../images/WarningIcon.png" alt="Warning" />
            Warning: Please ensure you are using a browser that Campaigner currently supports.
            <a href="#" onclick="ShowBrowserSupportWindow();return false;">Learn More</a>
            <a href="#" onclick="closeNotificationWindow(); return false;" class="lnkClose">
                <img src="../Skins/Custom/Notification/campDashboardNotification_close.gif" alt="close" />
            </a>
 
         
            </div><input type="hidden" name="ctl00$ctl00$ctl00$ContentPlaceHolder1$ContentPlaceHolder1$ContentPlaceHolder1$radNotificationWindow$hiddenState" id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_hiddenState" /><input id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_XmlPanel_ClientState" name="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_XmlPanel_ClientState" type="hidden" />
        </div><div id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_TitleMenu">
            <div class="RadMenu RadMenu_campDashboardNotification RadMenu_Context RadMenu_campDashboardNotification_Context    ">
 
            </div><input class="rmActive rmVertical rmGroup rmLevel1" id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_TitleMenu_ClientState" name="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_TitleMenu_ClientState" type="hidden" />
        </div>
    </div><input id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_ClientState" name="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_ClientState" type="hidden" />
</div>

specifically this line: <img src="info" alt="" />

and the aspx html before running:

<telerik:RadNotification ID="radNotificationWindow" runat="server" OnClientShown="OnClientShown" Skin="campDashboardNotification" 
    Height="53" VisibleOnPageLoad="true" Pinned="true" Position="TopLeft" AutoCloseDelay="6000" EnableEmbeddedSkins="false" VisibleTitlebar="false" >
        <ContentTemplate>
            <img src="../images/WarningIcon.png" alt="Warning" />
            Warning: Please ensure you are using a browser that Campaigner currently supports.
            <a href="#" onclick="ShowBrowserSupportWindow();return false;">Learn More</a>
            <a href="#" onclick="closeNotificationWindow(); return false;" class="lnkClose">
                <img src="../Skins/Custom/Notification/campDashboardNotification_close.gif" alt="close" />
            </a>
        </ContentTemplate>
    </telerik:RadNotification>

Thanks
Marin Bratanov
Telerik team
 answered on 04 Oct 2011
2 answers
142 views
I just wanted to exclude .exe, .com., .bat., zip but allow most of extensions.   With .xsl becoming .xslm, .xslx it is a bit of a maintenance to keep adding to the AllowedFileExtensions.
Dimitar Terziev
Telerik team
 answered on 04 Oct 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?