6 Answers, 1 is accepted
0
Hello Jahid,
At this moment the RadGridView control does not provide RadMultiColumnComboBox column. Your suggestion is meaningful and I have logged a feature request in our Feedback Portal where you can vote for its implementation and track its progress.
Regards,
Dinko
Progress Telerik
At this moment the RadGridView control does not provide RadMultiColumnComboBox column. Your suggestion is meaningful and I have logged a feature request in our Feedback Portal where you can vote for its implementation and track its progress.
Regards,
Dinko
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0

Jahid
Top achievements
Rank 1
answered on 11 Oct 2018, 12:39 PM
I have used a temporary solution by using cell templeting, it works fine but still having other issues which I have posted to a new thread https://www.telerik.com/forums/get-celltemplete-from-a-radgridview
0

Ras Ran
Top achievements
Rank 2
Iron
Veteran
Iron
answered on 18 Dec 2018, 05:28 AM
Hello I am getting this error while clicking radmulticombo box item dont know how to correct this please help
i have set item source programatically
code is bellow
------------------------
MultiColumnComboBox.ItemsSourceProvider.ItemsSource = mySalesman.Tables[0].DefaultView;
0

Ras Ran
Top achievements
Rank 2
Iron
Veteran
Iron
answered on 18 Dec 2018, 05:29 AM
<
telerik:RadMultiColumnComboBox
Name
=
"MultiColumnComboBox"
Background
=
"White"
NullText
=
"Select Emplyeee"
MatchCase
=
"True"
SelectionMode
=
"Single"
KeepDropDownOpen
=
"False"
HorizontalAlignment
=
"Left"
Margin
=
"1163,131,0,0"
VerticalAlignment
=
"Top"
Width
=
"200"
AutoCompleteMode
=
"Suggest"
DropDownMinWidth
=
"{Binding RelativeSource={RelativeSource Self},Path=ActualWdith}"
DropDownWidth
=
"505"
DropDownMaxWidth
=
"505"
DropDownMinHeight
=
"30"
DropDownHeight
=
"NaN"
DropDownMaxHeight
=
"300"
DisplayMemberPath
=
"first_name"
>
<
telerik:RadMultiColumnComboBox.ItemsSourceProvider
>
<
telerik:GridViewItemsSourceProvider
AutoGenerateColumns
=
"False"
>
<
telerik:GridViewItemsSourceProvider.Columns
>
<
telerik:GridViewDataColumn
Header
=
"First Name"
DataMemberBinding
=
"{Binding first_name}"
/>
<
telerik:GridViewDataColumn
Header
=
"Last Name"
DataMemberBinding
=
"{Binding Id}"
/>
<
telerik:GridViewDataColumn
DataMemberBinding
=
"{Binding emp_id}"
/>
<
telerik:GridViewDataColumn
Header
=
"Hire Date"
DataMemberBinding
=
"{Binding emp_id}"
/>
</
telerik:GridViewItemsSourceProvider.Columns
>
</
telerik:GridViewItemsSourceProvider
>
</
telerik:RadMultiColumnComboBox.ItemsSourceProvider
>
</
telerik:RadMultiColumnComboBox
>
0
Hi Raneesras,
Thank you for the provided code snippet.
I manage to reproduce this behavior on my side. I am currently investigating this and I need more time. I will contact you again as soon as I have more information about this behavior.
Regards,
Dinko
Progress Telerik
Thank you for the provided code snippet.
I manage to reproduce this behavior on my side. I am currently investigating this and I need more time. I will contact you again as soon as I have more information about this behavior.
Regards,
Dinko
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Hello Raneesras,
Thank you for your patience.
I have forward this behavior to our development team which confirms this exception. Therefore I logged it in our Feedback Portal where you can track its progress. You can follow the item so you can receive notification for its status change. I am happy to inform you that our development team is working on a fix. A possible fix could be available for our new release in January. We will update the feedback item when the fix will be available.
In addition, I have updated your Telerik Points for bringing this behavior to our attention.
Regards,
Dinko
Progress Telerik
Thank you for your patience.
I have forward this behavior to our development team which confirms this exception. Therefore I logged it in our Feedback Portal where you can track its progress. You can follow the item so you can receive notification for its status change. I am happy to inform you that our development team is working on a fix. A possible fix could be available for our new release in January. We will update the feedback item when the fix will be available.
In addition, I have updated your Telerik Points for bringing this behavior to our attention.
Regards,
Dinko
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.