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 the problem of displaying columns in Combo box list.For example,
the list box is constructed as a string out of the Employer's Name,Age,Salary details from database.
All the employee's record should be shown in combo box look like a table structure.The space b/w Name,Age,Salary should be fixed.
I could't get the equal space in all the records though i fill the remaining space with null string.
It takes only one space if i fill remaining spaces with null string.How could i solve this problem?
Example:
Max length of Name column is 30 characters.
Max length of Age column is 2 characters.
MAx length of Salary column is 6 characters.
Name Age Salary