Skip to content

Commit 01e96f6

Browse files
ES-975464 - Added the image
1 parent c475e1c commit 01e96f6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
80.1 KB
Loading

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# How to add the button and text in gridtextcolumn in WinForms DataGrid
1+
# How to Add the Button and Text in GridTextColumn in WinForms DataGrid?
22

33
This repository describes how to add the Button and Text in `GridTextColumn` in [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid).
44

@@ -41,4 +41,4 @@ this.sfDataGrid.CellRenderers.Add("TextButton", new GridTextButtonCellRenderer(t
4141
this.sfDataGrid.Columns.Add(new GridTextButtonColumn() { MappingName = "CustomerID", Width = 140 });
4242
```
4343

44-
![](https://www.syncfusion.com/uploads/user/kb/wf/wf-55299/wf-55299_img1.png)
44+
![GridTextColumn added with button and text](ModifiedGridTextColumnWithButtonAndText.png)s

images.png

-711 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)