Listbox in DataGridView
-
Hi ALL, In DataGridView -> Columns -> Column Type, we can have any one of the following: Button, Text box, Link, Combo box, check box, image. But I need to have a list box for one column. I should be able to select more than one item from the list. Since it's NOT possible to have multi-select combobox, I'm looking for a list box in DataGridView column. Any suggestions would be greatly appreciated. Thanks in advance, Sarvan AL
-
Hi ALL, In DataGridView -> Columns -> Column Type, we can have any one of the following: Button, Text box, Link, Combo box, check box, image. But I need to have a list box for one column. I should be able to select more than one item from the list. Since it's NOT possible to have multi-select combobox, I'm looking for a list box in DataGridView column. Any suggestions would be greatly appreciated. Thanks in advance, Sarvan AL
Hi, Did you try to add custom template, you can add any control on the custom template in asp.net control of grid. Cheers.
-
Hi, Did you try to add custom template, you can add any control on the custom template in asp.net control of grid. Cheers.
Hi Alper, Thanks for your interest in replying here. I'm new to .Net development and looking for this to develop a C# application. Is this (Adding control on the custom template) possible in C#? If so, please suggest me some good resources (articles/books) to explore on this feature. Thanks once again, Sarvan AL
-
Hi Alper, Thanks for your interest in replying here. I'm new to .Net development and looking for this to develop a C# application. Is this (Adding control on the custom template) possible in C#? If so, please suggest me some good resources (articles/books) to explore on this feature. Thanks once again, Sarvan AL
WEll it is in asp.net controls grid, add a form on to your grid, right click, select custom column template. type this in google also : "C# custom column template"