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.
is there a sample project using a GDBG and a Drop Down Form? The sample I currently have is using a gridControl and I dont seem to see the CellModels property in the GDBG.
ADAdministrator Syncfusion Team May 23, 2005 02:12 PM
Look at gridDataBoundGrid1.Model.CellModels.
Other than that, and the fact you need to set the CellType on a GridBoundColumn.StyleInfo instead of on an individual cell style, creating the custom celltype should be similar.
SSSharad SharmaJuly 12, 2005 04:24 AM
Hi Brian,
Can you please help me out in incorporating a user control (having 1 combobox and 1 button) with a griddataboundgrid.
Thanks & regards.
KAPIL''S
>is there a sample project using a GDBG and a Drop Down Form? The sample I currently have is using a gridControl and I dont seem to see the CellModels property in the GDBG.
ADAdministrator Syncfusion Team July 12, 2005 11:45 AM
Here is a sample.
http://www.syncfusion.com/Support/user/uploads/CustomTextBoxCell_bb9e22b6.zip
SSSharad SharmaJuly 15, 2005 04:33 AM
Hello,
I am using Syncfusion 2.1.0.9.
Please send sample for this version.
Thanks
ADAdministrator Syncfusion Team July 15, 2005 04:56 AM
You can remove the 3.x references from the project and replace them with the 2.x references. Your goal is to only see syncfusion.grid and syncfusion.shared as syncfusion entries in your references. You should also delete the license.licx file for the project. (CLick teh show all files button in teh Solution explorer window, then right-click the license.licx file and delete it.) After this, if you get any compile errors, just comment out those lines of code (as they will be 3.x properties that are not in 2.x).
Or, you coud download the 3.2.1.0 release from your direct trac home page.