Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
80 views
I would like to use the RadSChedulerRecurrenceEditor control in an MVC view (ASPX). Is this possible? If so, are there any examples available?
Peter
Telerik team
 answered on 01 Feb 2012
1 answer
413 views
if you know both in c# and javascript please tell me its very urgent......
llike i have values in minute means like 15 in minutes  now i want to convert in to     00:15:00  time format

444444- convert it an to time format please do this for me....
44444 minutes int to 44:60:00
 i dnt know correct conversion of 44444 in to time format please consider this as example.....
Slav
Telerik team
 answered on 01 Feb 2012
0 answers
53 views
I am Useing .NET4.0 version

I had a page with rad controls like comboboxes,buttons and radGrid. i ajaxify these controls through AjaxManager. when i click edit in radGrid colum,the values should display in above comboboxes and textboxes with showing progressbar. but the problem is comboboxes are not populate values after showing progressbar so plz help me

thaks in advance
Chalam
Top achievements
Rank 1
 asked on 01 Feb 2012
1 answer
122 views
hi 
i have an ajaxified RadGrid Control, pop up edit template.

after each post back loading panel viewed on the RadGrid which is the expected behavior but in Google Chrome loading panel displayed in non accurate position, I've browsed the demos on Telerik web site and i get the same thing, is there any way to set the loading panel div in it's position in the case of Google Chrome browser ?? 

is it a browser issue ?

thank you 
rasheed samawi
Vasil
Telerik team
 answered on 01 Feb 2012
3 answers
98 views
hi 
i have an Ajaxified RadGrid control, every thing is cool, but the loading panel displays in wrong position just in Google chrome browser

thank you 
Vasil
Telerik team
 answered on 01 Feb 2012
1 answer
77 views
I'm using rad grid grouping and when expanding groups they should be ajaxified but for some reasons it's still doing a full postback.
Can you help? Here is the code:
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
                       <AjaxSettings>
                           <telerik:AjaxSetting AjaxControlID="grdActivity">
                               <UpdatedControls>
                                   <telerik:AjaxUpdatedControl ControlID="grdActivity" LoadingPanelID="RadAjaxLoadingPanel1" />
                               </UpdatedControls>
                           </telerik:AjaxSetting>
                       </AjaxSettings>
                   </telerik:RadAjaxManager>
                   <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server">
                   </telerik:RadAjaxLoadingPanel>
                  <div id="RecentActivityContent" class="QuickViewContent">
                     <telerik:RadGrid runat="server" ID="grdActivity" DataSourceID="objActivity" Width="360px"
                      GridLines="Horizontal" Skin="Sunset" ShowHeader="false" >
                      <HeaderStyle CssClass="HistoryGridHeader" />
                       <PagerStyle Mode="NextPrevNumericAndAdvanced"></PagerStyle>
                       <MasterTableView AutoGenerateColumns="false" CssClass="GridRecentActivity">
                           <GroupByExpressions>
                               <telerik:GridGroupByExpression>
                                   <SelectFields>
                                       <telerik:GridGroupByField FieldAlias="Date" FieldName="Date" FormatString="{0:D}"
                                           HeaderValueSeparator=" from date: " />
                                   </SelectFields>
                                   <GroupByFields>
                                       <telerik:GridGroupByField FieldName="Date" SortOrder="Descending" >
                                       </telerik:GridGroupByField>
                                   </GroupByFields>
                               </telerik:GridGroupByExpression>
                           </GroupByExpressions>
                           <Columns>
                               <telerik:GridTemplateColumn DataField="Message" HeaderText="Message" UniqueName="Message">
                                   <ItemTemplate>
                                       <asp:Label runat="server" id="Label1" Text='<%# Eval("Type") %>' CssClass="FirstColumn" />   -  
                                       <asp:Label runat="server" id="lblMessage" Text='<%# Eval("Message") %>' />
                                   </ItemTemplate>
                               </telerik:GridTemplateColumn>
                           </Columns>
                       </MasterTableView>
                       <ClientSettings ReorderColumnsOnClient="True" AllowDragToGroup="True" AllowColumnsReorder="True">
                           <Selecting AllowRowSelect="True"></Selecting>
                           <Resizing AllowRowResize="True" AllowColumnResize="True" EnableRealTimeResize="True"
                           ResizeGridOnColumnResize="False"></Resizing>
           </ClientSettings>
                   </telerik:RadGrid>
Thanks,
Ron.
Princy
Top achievements
Rank 2
 answered on 01 Feb 2012
1 answer
236 views
Hi all,

I have one SQL table where I have all the data to load in RadMenu. All Items, links and design definitions.
I can create all items programmatically into RadMenu but after I want to change the background image for each item based on the definition that I have in database. I know that we have this definition in skin css but I want to ignore the skin and I want to load the style programatically. For example:
For item 1 I want a background with image 1
For item 2 I want a background with image 2

As well

For Item 1 I want a rollover image with image 3
For Item 2 I want a rollover image with image 4

And 

For Item 1 I want left image with image 5
For Item 2 I want left image with image 6

How I can do this programmatically?

Regards,
Daniel

Princy
Top achievements
Rank 2
 answered on 01 Feb 2012
1 answer
65 views
I've seen a fair number of posts about creating a toolbar with some buttons which are left justified and others which are right justified. I believe this currently requires a fair bit of javascript and/or css to accomplish, though Telerik may be working on a built-in button alignment solution. I wonder, is there a way at present to center align ALL of the buttons in a toolbar?
Princy
Top achievements
Rank 2
 answered on 01 Feb 2012
1 answer
179 views
I have a couple scenarios.

One is I am grouping by year but I want the latest year to be expanded while the others stay collapsed. Is there a way to expand just one group from codebehind. 

The second may not be possible. I need to do the same as above but only expand to a subset of the data. For instance have only the first 3 months show up. Even though I am grouping by year but have it expand further when clicked to include the whole year.

Any help would be appreciated.

Thanks,
Lonnie

<telerik:RadGrid runat="server" ID="gvMacroeconomic_Overviews" DataSourceID="dsMacroeconomic_Overviews" AutoGenerateColumns="false">
        <MasterTableView GroupsDefaultExpanded="false">
            <GroupByExpressions>
              <telerik:GridGroupByExpression>
                <SelectFields>
                  <telerik:GridGroupByField FieldName="dataYear" HeaderText="Overview Year" />
                </SelectFields>
                <GroupByFields>
                  <telerik:GridGroupByField FieldName="dataYear" SortOrder="Descending" />
                </GroupByFields>
              </telerik:GridGroupByExpression>
            </GroupByExpressions>
            <Columns>
                <telerik:GridTemplateColumn DataField="docTitle" HeaderText="Macroeconomic Overviews">
                    <ItemTemplate>
                        <asp:HyperLink ID="hypDoc" runat="server" NavigateUrl='<%# Eval("fileName", " a file location{0}") %>' Target="_blank"><%#Eval("docTitle")%></asp:HyperLink>
                    </ItemTemplate>
                </telerik:GridTemplateColumn>
            </Columns>
        </MasterTableView>
    </telerik:RadGrid>



Shinu
Top achievements
Rank 2
 answered on 01 Feb 2012
3 answers
324 views
Hi, I wanted to get some suggestions as to what the easiest way to set or change grid column widths in edit mode. I have a grid that contains about 13 columns and when a row is in inline edit mode almost all columns become much wider which causes the grid to span more than the width of the screen which looks quite unpleasant. I have noticed that the grid drop-down columns become significantly wider than when not in edit mode.

I have played around with the different column resize options as mentioned here http://demos.telerik.com/aspnet-ajax/grid/examples/client/resizing/defaultcs.aspx
but I either find myself in a situation where column values are clipped or where the columns become too wide in edit mode.

Is it possible to changed the width of the text boxes in edit mode? And if yes, is the only solution to my problem to try to programmatically set the width of each textbox separately in the code-behind?

Many thanks in advance for your suggestions.

 
Shinu
Top achievements
Rank 2
 answered on 01 Feb 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?