Profile Picture

Which control is gridview like?

Posted By JSW W. 13 Years Ago
Author
Message
Nevron Support
Posted 13 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)

Group: Forum Members
Last Active: Last Week
Posts: 3,054, Visits: 4,009
Hello JSW W.,

NTreeView control is actually .NET TreeView control as we just add some presentation capabilities. The functionality related to the types of displaying data are like the standard one.

NTreeViewEx control allows you to display treelike data with check boxes for each node. However this presents more treelike structure than table. It does not support data binding.

Another control that might be suitable for you is NTreeList.
This control derives from NTreeViewEx and displays data in table format with groupings.It supports data binding and can display columns with checkboxes. However you cannot edit items in this control.


Best Regards,
Nevron Support Team



JSW W.
Posted 13 Years Ago
View Quick Profile
Supreme Being

Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)

Group: Forum Members
Last Active: 12 Years Ago
Posts: 127, Visits: 1
How NtreeView and NtreeViewEx different?

Can I use this to display content similar to gridview?

thanks,

Nevron Support
Posted 13 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)

Group: Forum Members
Last Active: Last Week
Posts: 3,054, Visits: 4,009
Hello JSW W.,

Our NDataGridView control inherits from standard WinForms DataGridView control as it just adds ability to apply skin and palette on it.
To add a check box and text box you can follow the standard pattern used in DataGridView control.
Regarding grouping capability we also provide additional column type that allows you to display as a popup detailed NDataGridView control for each row.
This column type is called NDataGridViewExpandCollapseColumn. You can add it to the NDataGridView control as other column type that comes with the standard DataGridView control.
If you want to bind data to NDataGridControl this type of column will be created automatically if your datasource has relation between two tables for example.


Best Regards,
Nevron Support Team



JSW W.
Posted 13 Years Ago
View Quick Profile
Supreme Being

Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)Supreme Being (127 reputation)

Group: Forum Members
Last Active: 12 Years Ago
Posts: 127, Visits: 1
Hi
I wish to use a gridview with checkbox, and text edit and grouping capability are there any?

Thanks,



Similar Topics


Reading This Topic