Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
75 views
Is It possible to display all palettes and have the RGBSliders be the first and default palette?
Slav
Telerik team
 answered on 04 Nov 2013
1 answer
221 views
Hi,

I am getting problem in rebind radgrid on radwindow close because i have to rebind 3 grid on parent page. It is rebinding just last grid which i have mentioned in code.
 
Following code i have used in my code

///------ In radwindow javascript code -------
 function clientClose(arg) {
                getRadWindow().close(arg);
                var oWin = getRadWindow();
                var parentWindow = oWin.BrowserWindow;
                // top.location.href = top.location.href;
                parentWindow.refreshGrid();
            }

/// ---------In parent page javascirpt code -----
        function refreshGrid() {
                var masterTable1 = $find("<%=rgDefinition.ClientID%>").get_masterTableView();
                var masterTable2 = $find("<%=rgDevelopment.ClientID%>").get_masterTableView();
                  var masterTable3 = $find("<%=rgTesting.ClientID%>").get_masterTableView();
               masterTable1.rebind();
               masterTable2.rebind();
               masterTable3.rebind();
            }
      
Problem is that ----   this code rebinding my last grid means masterTable3.rebind(); because it is in the last of code.
Konstantin Dikov
Telerik team
 answered on 04 Nov 2013
1 answer
71 views
I want to do something similar to the left control of screen of the demos page (the control say "All controls" and when is clicked look a green box with all the controls and theirs demos). Sorry for my bad english I speak spanish.
http://demos.telerik.com/aspnet-ajax/
Venelin
Telerik team
 answered on 04 Nov 2013
1 answer
134 views
Hi,
 I am having a hierarchy radgrid of two level. I wanted a header button near to the column headers, where clicking on it expands all the rows. How to achieve this. Anyone can provide me with a sample.?
 
Thankyou.
Dawson
Princy
Top achievements
Rank 2
 answered on 04 Nov 2013
2 answers
436 views
Good nigth

I am using RadHtmlChart Column Chart and i want to know if it is possible to change the collums width to be like a Vertical Line ( 1px)

Best Regards,

Jose
Leg
Top achievements
Rank 1
 answered on 04 Nov 2013
4 answers
227 views
I am trying to use a RadContentTemplateTile in an asp:Repeater but the bindings are blank?  Any ideas?

<asp:Repeater ID="Repeater1" runat="server" DataSourceID="SqlDataSource1">
                <ItemTemplate>
                    <telerik:RadContentTemplateTile ID="RadContentTemplateTile1" runat="server"
                        Skin="Telerik">
                        <ContentTemplate>
                            <div>
                                Name:<%# Eval("Name")%>
                            </div>
 
                        </ContentTemplate>
                        <PeekTemplate>
                            <div>
                                peek here
                                <telerik:RadButton ID="RadButton2" runat="server" Text="RadButton"></telerik:RadButton>
                            </div>
                        </PeekTemplate>
                        <PeekTemplateSettings Animation="Slide" ShowPeekTemplateOnMouseOver="true" HidePeekTemplateOnMouseOut="true" />
                    </telerik:RadContentTemplateTile>
                </ItemTemplate>
 
            </asp:Repeater>


Marty

moegal
Top achievements
Rank 1
 answered on 04 Nov 2013
1 answer
1.1K+ views
Is it possible to enable date range selection within the RadDatePicker control by setting the Calendar-RangeSelectionMode property to either ConsecutiveClicks or OnKeyHold?  I was hoping for a sort of "out of the box" functionality, without the need for additional client-side scripting.  I know I can enable this functionality by using the RadCalendar control, which would cause the calendar to permanently display on the page, however I like the associated [format friendly] input field of the RadDatePicker along with the optional RadCalendar popup; however when using the following code, upon selecting my first/"start" date, the calendar dialog closes before I am able to select my second/"end" date.

<telerik:RadDatePicker runat="server" ID="MyDatePicker" Calendar-RangeSelectionMode="ConsecutiveClicks" />


Thanks,

Martin
Viktor Tachev
Telerik team
 answered on 04 Nov 2013
1 answer
102 views

I am using Telerik radgrid (version 2013.3.1015.35) control with grouping enabled. I need to know whether radgrid support paging/custom paging within a group. If so, how to implement.

I am trying to implement paging within the group as marked in red in the image attached. (pagination control can be default telerik pagination control)


Maria Ilieva
Telerik team
 answered on 04 Nov 2013
1 answer
67 views

I’ve been trying to get a Title for the pdf export in HTML format, and so far, no luck. I’ve seen every discussion about it and the help in the Grid documentation. So far, not cool at all.

I want to create a complex HTML div, with multiple tables, company logo, project information, filter information, and other important report information. I’m including a simple sample, if you can help me format it correctly so it can work, that would be great; if you can create a sample of a div with multiple tables, that would be great too.

Thank you,
-Sam

<div style="font-family: Arial; font-size: medium; width: 100%">
      <table style="width: 100%">
          <tr>
              <td style="width: 25%">
                  <table style="text-align: left">
                      <tr>
                          <td rowspan="3" style="vertical-align: middle">
                              <img alt="" src="../Images/2Forecast_100.png" width="200px" />
                          </td>
                          <td style="padding-left: 10px">
                              ForecastName
                          </td>
                      </tr>
                      <tr>
                          <td style="padding-left: 10px">
                              PrevForecastName
                          </td>
                      </tr>
                      <tr>
                          <td style="padding-left: 10px">
                              FilterDesc
                          </td>
                      </tr>
                  </table>
              </td>
              <td style="width: 50%; vertical-align: top;">
                  <table style="width: 100%; text-align: center;">
                      <tr>
                          <td style="font-size: large; font-weight: bold; text-align: center; width: 100%;">
                              Job Forecast Report
                          </td>
                      </tr>
                      <tr>
                          <td style="font-weight: bold">
                              JobName
                          </td>
                      </tr>
                  </table>
              </td>
              <td style="width: 25%; text-align: right; padding-right: 20px; vertical-align: middle;">
                  <table style="float: right">
                      <tr>
                          <td>
                              Comments
                          </td>
                      </tr>
                  </table>
              </td>
          </tr>
      </table>
  </div>

Kostadin
Telerik team
 answered on 04 Nov 2013
1 answer
167 views
Is it possible to databind the tile back color to a field with the hex value?

Marin Bratanov
Telerik team
 answered on 04 Nov 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?