Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
251 views
Inside The Radgrid
I have three RadToolBarButton button .
I want enable false one RadToolBarButton button
how to find control radgrid inside RadToolBarButton

Thanks,
Mohamed.
mohamed
Top achievements
Rank 1
 answered on 14 Jul 2011
1 answer
148 views
For the radtreeview I need to format the next for each node. I do not see a way to do this.
If you can please expain how this is done.

Thank you.
Shinu
Top achievements
Rank 2
 answered on 14 Jul 2011
1 answer
77 views
My question is...
Can a column header go across 2 columns?

This is what I'm needing

|Open Items by Age |
|Prior   |   Current     |

In this example "Open Items by Age" goes across both columns Prior and current.

Any Help would be appreciated.

Thanks
Kristi
Shinu
Top achievements
Rank 2
 answered on 14 Jul 2011
4 answers
345 views
Hello I want to get the the index of selected row on Radgridindexchanged event and I am getting problem for that. SelectedIndex property is not available in the RadGrid Please help
Thanks in advance.
abhijeet
Top achievements
Rank 1
 answered on 14 Jul 2011
1 answer
104 views
Hi,

Can we put only top border for radgrid pager when we enable EnableEmbeddedSkins="false" to a radgrid? I did the following way but it didn't work.

        .rgpager
        {
           border-top: solid 1px black !important;
        }

 <PagerStyle BackColor="#F5F5E9" ForeColor="#F5F5E9" CssClass="rgpager" />

Grid Settings

<telerik:RadGrid ID="rgDependency" runat="server" Height="476px" GridLines="None"
    ShowGroupPanel="false" ShowFooter="false" AutoGenerateColumns="false" EnableEmbeddedSkins="true"
    AllowPaging="true" PageSize="20" BorderStyle="None" BorderColor="Black" BorderWidth="0px"
    BackColor="White" OnItemCommand="rgDependency_ItemCommand" OnItemDataBound="rgDependency_ItemDataBound"
    OnNeedDataSource="rgDependency_NeedDataSource" AllowSorting="true">
    <HeaderStyle Height="20px" BackColor="#004000" Font-Size="8pt" Font-Bold="True" ForeColor="White"
        HorizontalAlign="Center" BorderColor="White" BorderWidth="1px" />
    <ItemStyle HorizontalAlign="Center" BackColor="White" />
    <CommandItemStyle BackColor="#f5f5e9" ForeColor="#f5f5e9" Height="10px" />
    <AlternatingItemStyle BackColor="#F5F5E9" HorizontalAlign="Center" />
    <PagerStyle BackColor="#F5F5E9" ForeColor="#F5F5E9" CssClass="rgpager" />
    <ExportSettings ExportOnlyData="true" IgnorePaging="true" HideStructureColumns="true"
        Excel-Format="ExcelML" />
    <MasterTableView DataKeyNames="DependencyNumber" CommandItemDisplay="Top" GridLines="None">
        <CommandItemSettings ShowExportToExcelButton="true" ShowRefreshButton="true" ShowAddNewRecordButton="false" />
        <Columns>
            //columns
        </Columns>
        <NoRecordsTemplate>
            No Dependencies found</NoRecordsTemplate>
    </MasterTableView>
    <ClientSettings>
        <Resizing AllowColumnResize="true" />
        <Scrolling AllowScroll="true" ScrollHeight="400px" UseStaticHeaders="true" />
    </ClientSettings>
</telerik:RadGrid>
Princy
Top achievements
Rank 2
 answered on 14 Jul 2011
5 answers
199 views
Hi!

I would like to know if there is a way of changing the language of a filter in a grid aswell anothers objects in the grid. I tried the cultural but it didn't work.

Many Thanks,
FEST
Princy
Top achievements
Rank 2
 answered on 14 Jul 2011
1 answer
41 views
Here is the context I have a multi-lingual menu that is databound to a datatable and when the submenu is expanded the top menu loses its hover image. this hover background image looks like a tab and melds into the submenu. hence when I rollover the submenus it looks really bad. I need a css solution because the image needs to be in the background behind the text.
Joseph
Top achievements
Rank 1
 answered on 13 Jul 2011
2 answers
84 views
I have a template set up and would like to access the linkbuttons on the edittemplate form and change their text based on the mode of the grid. If i'm inserting I want that row's linkbutton.text = "insert" and if that row is not inserting, but still in edit mode linkbutton.text = "Update". As an example, if you start to edit a row, then click "Add new record", you end up with 2 editable rows. One for inserting and one for editing... I want to distinguish between the two.
any examples or idea's on how to do this?

I know I can pull the commandname from itemCommand and check for InityInsertCommand and set a form level boolean, then check against that boolean in itemcreated..
    Protected Sub rgCurrent_ItemCommand(ByVal sender As Object, ByVal e As Telerik.Web.UI.GridCommandEventArgs) Handles rgCurrent.ItemCommand
        If e.CommandName = RadGrid.InitInsertCommandName Then
            inserting = True
        End If
    End Sub
 
    Protected Sub rgCurrent_ItemCreated(ByVal sender As Object, ByVal e As Telerik.Web.UI.GridItemEventArgs) Handles rgCurrent.ItemCreated
        If TypeOf e.Item Is GridEditableItem And e.Item.IsInEditMode and inserting Then
'This returns every editable row while in insert mode, but I want only the insert row
        End If
    End Sub
bob
Top achievements
Rank 1
 answered on 13 Jul 2011
1 answer
88 views
Hi

I have a Page A where on button click, I display another page B using radwindow dialog. When button OK is clicked on page B, some data processing is done, dialog is closed and then page is redirected to Page C.
In this scenario, sometimes it takes considerable amount of time when the dialog is closed and page C is loaded. During this time, page A is still available (after the dialog is closed) and user may not know if the processing is going on.

Hence I thought to display a loading panel on Page A once the Dialog of page B is closed. Then this loading panel should stay on the page A until it is redirected to Page C. I do not want to refresh Page A once the dialog page B is closed. 

I tried loadingpanel.show() in the javascript of radwindow eventhandler "OnclientClose". this didnt work. How can I display loaing panel from javascript until page is redirected to page C.  



Genti
Telerik team
 answered on 13 Jul 2011
1 answer
42 views
Hi All,
 
I am following the example of related combox box in my web application. everything works the way it is mentioned in the example except that the second combo box gets cleared when i select something from the second combo box. I want the items in the second combo box to stay there till I select something else from the first combo box. How can i achieve this.

Thanks.
Dimitar Terziev
Telerik team
 answered on 13 Jul 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?