Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
165 views
We're using the grid settings (GridSettingsPersister) to save the grid state on each page Page_PreRenderComplete, so that when the user returns later to the page it's always how they left it last. Conversely the Page_Load sets the state the first time.

I can't seem to find any combination of methods to do that here.
Peter Filipov
Telerik team
 answered on 03 Apr 2014
2 answers
264 views
Hi,

I've created a tooltip for my radgrid in the ItemCreated Event as shown in the code below.  However, I need to style the tooltip now and I don't know how to do it.  Can someone help me with this?

Thanks,

Andy
protected void RadGrid1_ItemCreated(object sender, GridItemEventArgs e)
       {
           if (e.Item is GridDataItem)
           {
               GridDataItem gridItem = e.Item as GridDataItem;
               foreach (GridColumn column in RadGrid1.MasterTableView.RenderColumns)
               {
                   if (column is GridBoundColumn)
                   {
                       if (column.UniqueName == "SocSecNum")
                       {
                           CaseSearchDTO obj = (CaseSearchDTO)gridItem.DataItem;
                           if (obj != null)
                               gridItem[column.UniqueName].ToolTip = obj.SocialSecurityNumberFull;
                       }
                   }
               }
           }

 

 

Andy
Top achievements
Rank 1
 answered on 03 Apr 2014
4 answers
159 views
I have users that complain about the inability to "double-click" or "right-click" from their tablets or phones.  Is it possible to trigger the opening of the advanced form via a button or other client side event?
Kate
Telerik team
 answered on 03 Apr 2014
1 answer
171 views
Is there any way to see the filename properties, such as the datetime, when you bring up the Document Manager. This is the middle section that has the file name and size. It would be nice to see the datetime of the file to know which ones were old for my client to archive.

Thanks.
Susan
Vessy
Telerik team
 answered on 03 Apr 2014
2 answers
355 views
Hi,

Unfortunately due to the legacy software I'm attempting to integrate RAD controls into jQuery is not available to complete the following task:

These are also quite old versions of the controls but hopefully the principle is the same, the calendar is in the code as:


<radCln:RadDatePicker ID="dpDateFrom" runat="server"        
                      Width="100px"
                      Calendar-Width="160px"   
                      Calendar-DayNameFormat="FirstLetter"                               
                      Calendar-EnableMultiSelect="false"
                      Calendar-ShowRowHeaders="false"
                      Calendar-ShowColumnHeaders="true">
    <ClientEvents OnDateSelected="OnFromDateSelected" OnPopupUpdating="OnFromDateSelected" />
    <Calendar runat="server" Skin="Default"
        <SpecialDays
            <radCln:RadCalendarDay Date="" Repeatable="Today"
                <ItemStyle BackColor="#e0e0e0" /> 
            </radCln:RadCalendarDay
        </SpecialDays
    </Calendar>  
</radCln:RadDatePicker>

When the OnFromDateSelected event is fired the following code is called:

function OnFromDateSelected(sender, e) {
 
        // The from date picker input.
        var fromDatePicker = document.getElementById("<%= dpDateFrom.ClientID%>");
        var fromDateCalendar = document.getElementById("<%= dpDateFrom.ClientID%>" + "_calendar");
        fromDateCalendar.get_selectedDate();
        // The to date picker input.
        var toDatePicker = document.getElementById("<%= dpDateTo.ClientID%>");
}

The problem I have is that the sender is a RadDatePicker object but I can't get a reference to anything but a HTML Table or Input using Javascript and the DOM. Any idea if it's possible to get the object you can use the method .get_selectedDate() on through vanilla Javascript?
Eliot
Top achievements
Rank 1
 answered on 03 Apr 2014
4 answers
145 views
Here is my scenerio. I have a 2 column combobox. Column 1 holds an ID number, column 2 holds a name. The combobox text/value properties are set to the ID number so the ID number will display in the combobox. We have a client that wants the ID number to display but would like to search by the name in column 2. I know how to do the items requested event using the combobox text (e.text) as the search value. How do you use data from the 2nd column as the search criteria and have the combobox auto fill as a user starts typing a name. Is this even possible?
dhuss
Top achievements
Rank 1
 answered on 03 Apr 2014
7 answers
693 views

Hi All,

I have a custom web part which includes RAD Chart control.
This web part is used in WSS 3.0.

I want to save current chart to image file (png or so).

Basically I want see this as a button in the chart webpart that sends on the click a image of the current chart to client side.

Please suggest a solution.

Thanking you in anticipation.

Regards,
LJ
Marin Bratanov
Telerik team
 answered on 03 Apr 2014
1 answer
177 views
I have a problem -- and a bone to pick.

First of all, I don't recall reading about a change to the Indent/Outdent behaviour in any of the release notes over the last few years. I have 10's of customers who have edited 10's of thousands of pages of content that all relay on the blockquote method of indentation. Now the editor doesn't support it. This is frustrating to no end.

Secondly, your current method is flawed. If I indent and then create a new paragraph, the next paragraph caries on the same indent level. This is great for persisting classes and other formatting options, but unexpected for an indentation.

The example code provided here (http://www.telerik.com/forums/blockquote-for-indent-setting) does not stand up to testing either. If the blockquotes are in a div or table cell, then the HTML gets jammed; not to mention that the example code adds the style AND the blockquote element.

It would have been awesome if you had given us an option (e.g. the newline settings).
Ianko
Telerik team
 answered on 03 Apr 2014
1 answer
535 views
Hello,


I'm trying to add to radcomobobox icons but its not working

​<telerik:RadComboBox ID="rcbJobType" runat="server" EmptyMessage="Select Job Type" Width="248px">
<Items>
<telerik:RadComboBoxItem Text="Select Job Type" Value="Select Job Type" />
<telerik:RadComboBoxItem Text="Long Term" Value="Long Term" />
<telerik:RadComboBoxItem Text="Short Term" Value="Short Term" />
<telerik:RadComboBoxItem Text="Last Minute" Value="Last Minute" />
</Items>
</telerik:RadComboBox>


occurs on pageload
Protected Sub IconAttached()
Dim imgDir As New DirectoryInfo(Server.MapPath(Globals.gRootRelativeSecureURL("/Images/Layout/offDuty.png")))
For Each file As FileInfo In imgDir.GetFiles("*.png")
Dim item As New RadComboBoxItem(file.Name.Replace(".png", ""))
item.ImageUrl = "Img/" + file.Name
rcbEditJobType.Items.Add(item)

Next

****************using class for SecureURL for getting the image
               = "<img src='" + Globals.gRootRelativeSecureURL("/Images/Layout/offDuty.png") + "' border=""0"" align=""absmiddle"">"
End Sub
Nencho
Telerik team
 answered on 03 Apr 2014
3 answers
114 views
Can the upload warnings be configured to display as a radwindow?   

The FileExplorer has a windowmanager, why shouldn't any warnings be displayed as javascript alerts.  (ie: File Exists, File Size/Extension)

Peter
Vessy
Telerik team
 answered on 03 Apr 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?