This is a migrated thread and some comments may be shown as answers.

CheckList box, Picture Box

5 Answers 477 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Prasad
Top achievements
Rank 1
Prasad asked on 24 Oct 2009, 02:38 PM
Hi there,

My windows application includes Checked List box and Picture box in the forms. I am trying to migrate my application using RAD controls. I have looked into the Telerik RAD tool box but i couldnt find the Checked list box and Picture box. Could you please assist where could i find these controls.
Could you please provide few samples/Links which could help me migrate the controls.

Also could you please let me know how to handle Checked events in Telerik RadDatagridView check box column.

Thanks,
Prasad.

5 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 28 Oct 2009, 05:05 PM
Hello Prasad,

Thank you for the questions.

We do not have RadPictureBox, but you can use the standard one.

We do not have a build-in RadCheckedListBox as well, but you can easily create such based on the existing RadListBox. Please refer to the following Knowledge Base article which demonstrates how you can create checkbox items in RadComboBox: Implementing checkbox items in RadComboBox. The customization that is required for RadListBox is similar since RadComboBox actually uses RadListBox in its dropdown and RadComboBoxItem derives from RadListBoxItem.

In addition, you can use our RadGridView as a listbox with checkboxes. The required implementation is demonstrated in this Knowledge Base article.

As to your last question, you can subscribe to the ValueChanged event which is fired when you check/uncheck a checkbox in RadGridView.

I hope this helps. If you have additional questions, feel free to contact me.

Best wishes,
Nikolay
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Basel Nimer
Top achievements
Rank 2
answered on 02 May 2010, 01:24 AM
nice, but how about multi-column listboxes? i mean, to have the items spread horizontally.


0
Svett
Telerik team
answered on 06 May 2010, 09:40 AM
Hi Basel Nimer,

You can easily customize RadGridView to achieve this behavior. You can read this Knowledge Base article to accomplish the desired appearance.

If you need further assistance feel free to write us back.

All the best,
Svett
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Basel Nimer
Top achievements
Rank 2
answered on 06 May 2010, 09:52 AM
Hello,

thank you for your reply,

unfortunately, that wasn't exactly what i meant.

imagine that i have 20 values, and i want them to appear as 4 columns by 5 rows

each item will only display a name, but first row will contains the first item, the seconds item, third and fourth, then fifth will start next row.

0
Svett
Telerik team
answered on 10 May 2010, 03:57 PM
Hi Basel Nimer,

Presently, we don't support that kind of behavior, but we will consider it for a future release.

We welcome any other suggestions regarding RadControls for Winforms you may have.

Greetings,
Svett
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
Prasad
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Basel Nimer
Top achievements
Rank 2
Svett
Telerik team
Share this question
or