The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi I have set the type of one column in my grid as "Push Button". Now I want to show an icon on it. I tried to the image list property of Grid Cell but it is not working
Can any one guide me how can I do that
ADAdministrator Syncfusion Team May 24, 2004 10:53 AM UTC
The grid\samples\in depth\cellbuttons sample has a cell control that places a bitmap on a button. You could use the same control in your code to have a bitmap button.
When using this sample, there is a line that reads:
iconPainter = new GridIconPaint("CellButtons.", typeof(EllipsisCellButton).Assembly);
The ''CellButtons.'' in the line is the namespace where you have embedded the bitmap resource, so make sure it is set properly or your bitmap will not show up.