Regarding flexgrid
-
hi there how to add a combobox to a colum of the flexgrid in visual basics.. thanksin advance
bharath.s
Hi, I don't know if you are using MSFlexGrid or VSFlexGrid, but both are similar. MSFlexGrid was based on VSFlexGrid (by what was at the time Video Soft). However, while VSFlexGrid has direct support for checkboxes, it does not look like the MSFlexGrid does. If you do a Google search on MSFlexGrid Checkbox, you will find some possible workarounds http://www.google.com/search?hl=en&q=msflexgrid+checkbox&btnG=Google+Search[^]. If you are using VSFlexGrid, it is easy to add the checkboxes. All you have to do is set the ColDataType property of a Boolean column (0\1, true\false) to FlexDTBoolean. For example:
vsFlexGrid1.ColDataType(10) = FlexDTBoolean
Many of the properties are the same between MSFlexGrid and VSFlexGrid, so if you wanted to use the VSFlexGrid instead it would be easy to attach existing code to the control. To learn more about VSFlexGrid, please visit http://www.componentone.com/products.aspx?TabTypeID=1&ItemType=1&PanelIndex=16&ItemID=54023&SubCategoryTypeID=0&TabMapID=71&TabID=91[^].Suelinda W Customer Engagement, ComponentOne LLC http:\\www.componentone.com