This is a migrated thread and some comments may be shown as answers.

Telerik RadGrid GridButtonColumn not visible as Button

3 Answers 189 Views
Grid
This is a migrated thread and some comments may be shown as answers.
CPK
Top achievements
Rank 1
CPK asked on 24 Aug 2016, 09:43 AM

The push button is not visible for Reject. Instead it is showing as plain text. Below is the code I have used for it.

<telerik:RadGrid ID="grvUpdate" runat="server" GridLines="Horizontal"CellPadding="0" BorderWidth="0px" EnableEmbeddedSkins="False"Width="382px" CellSpacing="0"><MasterTableViewAllowPaging="true"PageSize="15"EditMode="PopUp"CommandItemDisplay="Top"AllowFilteringByColumn="false" DataSourceID="SqlDataSource1" AutoGenerateColumns="False" DataKeyNames="Id"><Columns><telerik:GridBoundColumn DataField="Id" DataType="System.Int64" FilterControlAltText="Filter Id column" HeaderText="Id" ReadOnly="True" SortExpression="Id" UniqueName="Id"></telerik:GridBoundColumn><telerik:GridBoundColumn DataField="Name" HeaderText="Name" SortExpression="Name" UniqueName="Name"></telerik:GridBoundColumn><telerik:GridBoundColumn DataField="Amount" HeaderText="Amount" SortExpression="Amount" UniqueName="Amount"></telerik:GridBoundColumn><telerik:GridButtonColumn ButtonType="PushButton" HeaderText="Reject" Text="Reject" UniqueName="Reject" CommandName="Reject"></telerik:GridButtonColumn></Columns></MasterTableView></telerik:RadGrid>

 

Could you please let me know what changes need to be done for the above code to make push button visible properly.

3 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 26 Aug 2016, 08:12 PM
Hello,

Try removing the EnableEmbeddedSkins property and the issue should be resolved.

Regards,
Eyup
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
CPK
Top achievements
Rank 1
answered on 27 Aug 2016, 07:20 AM
I have removed EnableEmbeddedSkins="False" but still it is appearing as Text. How can I apply in css to make it as normal button. 
I have removed EnableEmbeddedSkins="False" but still it is appearing as Text. How can I apply in css to make it as normal button
I have removed EnableEmbeddedSkins="False" but still it is appearing as Text. How can I apply in css to make it as normal button
0
Eyup
Telerik team
answered on 01 Sep 2016, 05:39 AM
Hi,

I am sending a sample RadGrid web site to demonstrate that the buttons should appear as expected. Please run the attached application using the following steps and verify the correct appearance on your side as well:
1. Open Visual Studio
2. File menu
3. Open option
4. Select Web site and target the web site folder.
5. Include a Bin folder with the Telerik dll assemblies (latest release version).


Regards,
Eyup
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Grid
Asked by
CPK
Top achievements
Rank 1
Answers by
Eyup
Telerik team
CPK
Top achievements
Rank 1
Share this question
or