Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
69 views
Hello,

Can you provide me with guidance how to create RadGrid just like Ms Access.
Insert row is always visible under current rows and once user leaves a row in insert mode new insert row is created.

thanks


Daniel
Telerik team
 answered on 14 Jul 2011
1 answer
116 views
Hi,

I'm experiencing an issue to add a new column with several buttons there.
Found the article about how to create the item template dynamically, but all those controls are dataBind. (http://www.telerik.com/help/aspnet-ajax/grid-programmatic-creation.html)

So, I have a grid created dynamically and binded to the list of objects (some class).
All columns are created dynamically too, since I need only several class properties to be displayed.
And I need to add one more column to the end of the grid with the 2-3 buttons there and I do not see how to add them without binding to the concrete data field.
Each button's click should raise the event and I should know what exact button was pressed and from which row.

Can you please help me with this?

Thanks,
Myxville
Princy
Top achievements
Rank 2
 answered on 14 Jul 2011
0 answers
35 views
Ignore, found the solution
OzCoder
Top achievements
Rank 1
 asked on 14 Jul 2011
3 answers
254 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
151 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
78 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
349 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
106 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
203 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?