Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
105 views
I'm trying to execute a spell check from a textbox within a ListView whenever the user submits a new record. 
Is this even possible?  My code is as follows:

    Private Sub lvStrengths_ItemInserting(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.ListViewInsertEventArgs) Handles lvStrengths.ItemInserting
        Dim item As ListViewItem = lvStrengths.InsertItem
        Dim tb As TextBox = item.FindControl("tbStrengths")
        Dim rsc As RadSpell = item.FindControl("rscStrengths")
        odsStrengths.InsertParameters(0).DefaultValue = _RptNum
        odsStrengths.InsertParameters(1).DefaultValue = tb.Text
        rsc.ControlToCheck = tb.Text
        rsc.ButtonType = ButtonType.None

    End Sub

Thanks very much!

Rumen
Telerik team
 answered on 27 Feb 2012
5 answers
592 views
Is there a way to change the Day view to have 15 minute increments on the hours panel, instead of hours?

My customer is the dental staff who usually triple or quadruple book clients for the same time periods such as 8 to 9:30am. Neither the Timeline or Day view options are giving them finite enough of a view to determine bookings without opening each one. If there were an option to expand the Day view hours panel to break out each 15 minute period this would be incredibly helpful.

Is there a way to do this, or could this feature be added in an upcoming release?

Thanks!
Peter
Telerik team
 answered on 27 Feb 2012
5 answers
294 views
Hi,

We are considering using RadScheduler for a new project and we have one question.

Is it possible to have more frequent labels for time (right side), so it would show 8:15am, 8:30am, 8:45am, 9am instead of 8am, 9am, 10am. Even 30minute intervals would be better.

Thanks,
Daryl
Peter
Telerik team
 answered on 27 Feb 2012
1 answer
77 views
For some reason I am unable to view the all day appointments in the Timeline View. Does scheduler support this functionality? If yes, what could be the problem? Thanks
Plamen
Telerik team
 answered on 27 Feb 2012
1 answer
62 views
Hello

         I'm quite new to ASP.net . I need help in displaying "Room" in header (horizontal) in RadScheduler..I've attached a pic for reference.

As you can see in the pic, when I select Location A from DropDownList/ComboBox , I need to display the rooms available in Location A (for eg Room A , Room B...etc) when I change the location to B, its room should be displayed in RadScheduler.

How can I achieve this ?

Thank you

Plamen
Telerik team
 answered on 27 Feb 2012
1 answer
352 views
Hi below is sample code. How can i retrieve value of Id for RadToolBarButton.

 <telerik:RadToolBar ID="toolbar" runat="server" Skin="Office2007" Width="100%"  CausesValidation="false" OnButtonClick="toolbar_ButtonClick" OnClientButtonClicked="OnClientButtonClicked">
        <Items>
            <telerik:RadToolBarButton ID="firstbutton" ToolTip="No Hotkey" runat="server"
                ImageUrl="~/ReusableCode/images/Submit.png" Text="&lt;u&gt;A&lt;/u&gt;pprove" Visible="false"
                FocusedCssClass="noHover" OuterCssClass="left" PostBack="true" CommandName="Approve">
            </telerik:RadToolBarButton>
        </Items> 
</telerik:RadToolBar>

Please suggest.

Regards,
Akki
Princy
Top achievements
Rank 2
 answered on 27 Feb 2012
1 answer
97 views
In the CHM file for 2012 Q1...

RadControls | RadEditor | DropDowns | Fonts. The See Also section just includes a list of GUIDs.

--
Stuart
Dobromir
Telerik team
 answered on 27 Feb 2012
3 answers
156 views
is there a straightforward way to have columns auto resize to cater for the cell contents rather than them all being the same width regardless?
Veli
Telerik team
 answered on 27 Feb 2012
3 answers
426 views
Dear Sir,
I am trying to customize RadGrid pager style, below is the declaration of my grid.
<telerik:RadGrid ID="grdResult" runat="server"
                            EnableEmbeddedSkins="false" Skin="MyCustomSkin"
                            AllowPaging="True" AutoGenerateColumns="False" Width="652px" Height="100%" BackColor="white"  BorderStyle="None"
                            GridLines="None" Visible="true" >
                        <ClientSettings EnableAlternatingItems="false">
                        </ClientSettings>
                        <MasterTableView >
                        <HeaderStyle BorderStyle="Dashed" />
                        <Columns>
                        <telerik:GridBoundColumn DataField="Search Result" HeaderText="Search result">
                        <HeaderStyle Font-Bold="true" />                       
                        </telerik:GridBoundColumn>
                        </Columns>
                        </MasterTableView>
                        <PagerStyle CssClass="RadGridPager" Mode="NextPrevAndNumeric" Position="TopAndBottom"
                            NextPageImageUrl="images/nextpage.gif" NextPageText=" " PrevPageText=" "
                            PrevPageImageUrl="images/prevpage.gif" FirstPageImageUrl="images/firstpage.gif"
                            FirstPageText=" " LastPageImageUrl="images/lastpage.gif" LastPageText=" " Width="200px"
                            ShowPagerText="true" PagerTextFormat="{4}  Page <b>{0}</b> of <b>{1}</b>, Total: <b>{5}</b> records." AlwaysVisible="false" >
                        </PagerStyle>
                        <FilterMenu EnableEmbeddedSkins="False"></FilterMenu>
                        <HeaderContextMenu EnableEmbeddedSkins="False"></HeaderContextMenu>
                    </telerik:RadGrid>

The issue is that when the user is at the first page, I need to modify the FirstPage and Previous page Images (so that he knows that they are disabled). Also when he is at the last page, I need to modify the NextPage and Last Page images.
Can this be done? If yes, please provide me with instructions to do it.

Thank you and Best regards.
Veli
Telerik team
 answered on 27 Feb 2012
1 answer
114 views
I need to modify the filter menus on the grid selectively by data type (and possibly even by specific data column).  There is some discussion of this on http://www.telerik.com/help/aspnet-ajax/grid-reducing-filtermenu-options.html , but there is no actual example of the client javascript shown.  I am successfully modifying the filter menus from the server side, so I understand the concepts, but I don't have the javascript code samples to understand the properties and values that I have access to on the client side.

Any simple examples that anyone might have would be immensely helpful.

Thanks in advance!

Lynn

Andrey
Telerik team
 answered on 27 Feb 2012
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?