Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Two beginner questions

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

Two beginner questions
Link Posted: 30-Mar-2006 19:26
Hello,

I am evaluating the FlexGrid control and I have two questions:

1. The combined Checkbox and Textbox cell (Standard cell with checkbox enabled) is a great thing, but is it possible to change the view, so that the Checkbox in a specific column appears not on the left but on the right side?

2. Is it possible to use "user-defined" .Net controls within a cell?

Thank you.
Best reagrds
Frank Weing?rtner
Link Posted: 03-Apr-2006 12:41

1. The combined Checkbox and Textbox cell (Standard cell with checkbox enabled) is a great thing, but is it possible to change the view, so that the Checkbox in a specific column appears not on the left but on the right side?

Yes, it is possible. At the nearest time we'll publish a sample that shows how to make this column type.

2. Is it possible to use \"user-defined\" .Net controls within a cell?

If you mean embedding - no. But it is possible to use any windows.forms control as dropdown of cell editor. You can see the Grid Stylizing example and try to edit CustomDropdown column cells.