Nevron Forum

Which control is gridview like?

https://www.nevron.com/Forum/Topic4904.aspx

By JSW W. - Monday, February 14, 2011

Hi
I wish to use a gridview with checkbox, and text edit and grouping capability are there any?

Thanks,
By Nevron Support - Monday, February 14, 2011

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.
By JSW W. - Monday, February 14, 2011

How NtreeView and NtreeViewEx different?

Can I use this to display content similar to gridview?

thanks,
By Nevron Support - Tuesday, February 15, 2011

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.