13 Answers, 1 is accepted
0
Accepted
Hello Priya,
Instead of ListBox you can use a simplified RadGrid control as shown below.
Regards,
Daniel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Instead of ListBox you can use a simplified RadGrid control as shown below.
<telerik:RadGrid ID="RadGrid1" runat="server" Width="200px" Skin="Vista"> |
<MasterTableView ShowHeader="false" /> |
<ClientSettings Selecting-AllowRowSelect="true" /> |
</telerik:RadGrid> |
RadGrid1.DataSource = new string[] { "Peter", "Michael", "John" }; |
Regards,
Daniel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

PRIYA
Top achievements
Rank 1
answered on 05 Feb 2009, 04:21 AM
Hello Daniel,
Thanks for ur prompt reply. In the same way, I am not able to find out any radio button like controls available for a web page. Can u guide me in this issue.
Thanks for ur prompt reply. In the same way, I am not able to find out any radio button like controls available for a web page. Can u guide me in this issue.
0
Hello Priya,
You can use our RadFormDecorator control to decorate the ASP.NET radio buttons with Telerik skin of your choice. The following demo illustrates this functionality:
RadFormDecorator Skinning Demo
Best regards,
Daniel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
You can use our RadFormDecorator control to decorate the ASP.NET radio buttons with Telerik skin of your choice. The following demo illustrates this functionality:
RadFormDecorator Skinning Demo
Best regards,
Daniel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

LiZ0r
Top achievements
Rank 1
answered on 22 Apr 2009, 06:12 AM
Using the simplified RadGrid works wonders thanks!
Just wondering though, are you able to select multiple items or only the one item?
Just wondering though, are you able to select multiple items or only the one item?
0
Hello,
You can use the AllowMultiRowSelection property to attain the desired functionality.
I also want to inform you that we are developing а brand new control - RadListBox. It will help you achieve your goals without using RadGrid. The aforementioned control will be released as a part of RadControls for ASP.NET AJAX Q2 2009.
Let us know if you need more information
Kind regards,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
You can use the AllowMultiRowSelection property to attain the desired functionality.
<telerik:RadGrid AllowMultiRowSelection="true" ... |
I also want to inform you that we are developing а brand new control - RadListBox. It will help you achieve your goals without using RadGrid. The aforementioned control will be released as a part of RadControls for ASP.NET AJAX Q2 2009.
Let us know if you need more information
Kind regards,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0

HHalim
Top achievements
Rank 2
answered on 22 Apr 2009, 05:35 PM
This is great news, I've been looking for a replacement ASP.NET ListBox control for awhile with no luck.
This is maybe too early too ask, but can telerik provide a bit more information about the RadListBox? Will this control allow clientside drag/drop from one list box to another and reordering of list items?
Thank you!
This is maybe too early too ask, but can telerik provide a bit more information about the RadListBox? Will this control allow clientside drag/drop from one list box to another and reordering of list items?
Thank you!
0

LiZ0r
Top achievements
Rank 1
answered on 22 Apr 2009, 11:17 PM
GREAT!
Thanks so much....!!!
do you know when the release date will be for the RadListbox?
Thanks so much....!!!
do you know when the release date will be for the RadListbox?
0
Hello all,
Thank you for your interest in RadListBox. We have started implementing the features and drag/drop and reordering are on the ToDo list. We are expecting to release the new control with our Q2 in July and we should have a preview/beta before that.
We will welcome any ideas and suggestions you might have for the RadListBox control. What are the most important features for you? Have you used any similar control before (the standard ASP.NET ListBox? any other third party control?) and what are its shortcomings?
All the best,
Ivo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Thank you for your interest in RadListBox. We have started implementing the features and drag/drop and reordering are on the ToDo list. We are expecting to release the new control with our Q2 in July and we should have a preview/beta before that.
We will welcome any ideas and suggestions you might have for the RadListBox control. What are the most important features for you? Have you used any similar control before (the standard ASP.NET ListBox? any other third party control?) and what are its shortcomings?
All the best,
Ivo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0

Jaymie
Top achievements
Rank 1
answered on 21 May 2009, 02:20 PM
Just a listbox with your skins would be nice. I can't get the RadFormDecorator to apply skins to the default .NET ListBox control.
0

Ivan
Top achievements
Rank 1
answered on 16 Jun 2009, 01:59 PM
Hello
Until the new listbox control releases I have a question about this use of the radgrid control. So this is what i need to do:
when a user clicks on a row than the control must postback to the server and use the selected datakey on the server code. How can I do that?
Until the new listbox control releases I have a question about this use of the radgrid control. So this is what i need to do:
when a user clicks on a row than the control must postback to the server and use the selected datakey on the server code. How can I do that?
0
Hello Ivan,
Here is an online demo of the product which illustrates how this can be done in a declarative way:
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/selectedvalue/defaultcs.aspx
You may also intercept the ItemCommand handler manually (when e.CommandName is "RowClick") and extract the key value manually using DataKeyNames/DataKeyValues.
Note that the Q2 2009 Beta release (which will include the new RadListBox control) will be announced later today or tomorrow.
Kind regards,
Sebastian
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Here is an online demo of the product which illustrates how this can be done in a declarative way:
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/selectedvalue/defaultcs.aspx
You may also intercept the ItemCommand handler manually (when e.CommandName is "RowClick") and extract the key value manually using DataKeyNames/DataKeyValues.
Note that the Q2 2009 Beta release (which will include the new RadListBox control) will be announced later today or tomorrow.
Kind regards,
Sebastian
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0

Ivan
Top achievements
Rank 1
answered on 17 Jun 2009, 08:14 AM
thanks and when the Q2 2009 official will be released?
0
Hello Ivan,
The beta has been released yesterday:
Demos
Full Release Notes
Download now from your account! (see attached screenshot)
The official Q2 2009 release is scheduled for the beginning of July.
Greetings,
Ivo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
The beta has been released yesterday:
Demos
Full Release Notes
Download now from your account! (see attached screenshot)
The official Q2 2009 release is scheduled for the beginning of July.
Greetings,
Ivo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.