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

Do you have RadListBox in RadGrid's Demo?

3 Answers 174 Views
Grid
This is a migrated thread and some comments may be shown as answers.
xiaolin
Top achievements
Rank 1
xiaolin asked on 23 Dec 2010, 04:56 AM
I think a demo about the RadListBox in RadGrid,included the add,delete,update function. front code have a control,and behind code have bound data and command.that's all.But I donot find the demo.who have a demo,please give me,Thanks a lot!!

3 Answers, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 28 Dec 2010, 01:58 PM
Hello xiaolin,

I am attaching a sample example that shows how you can use RadListBox in RadGrid.

Kind regards,
Vasil
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Raj
Top achievements
Rank 1
answered on 03 Apr 2012, 04:01 PM
Hi,
I am creating RadGrid and their child controls are creating programatically, RadListBox in RadGrid,like

column.ItemTemplate = new RLItemTemplate(ListItemType.Item, "");//Literalcontrol

column.EditItemTemplate = new RLItemTemplate(ListItemType.EditItem,"")//Radlistcontrol

 

For Itemplate iam using Literal control to bind the data from dataset.In edit mode i selected some Items from Radlist box,selected items are added into the strigbuilder upto this working... and When click on update button i need to update the selected items to the Literal control which is in ItemTemplate.

please let me know.

Thanks,
Raj

0
Vasil
Telerik team
answered on 06 Apr 2012, 07:31 AM
Hello Raj,

Could you share your project with us and explain in further details what is the exact part that you have problems with?

Regards,
Vasil
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
xiaolin
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Raj
Top achievements
Rank 1
Share this question
or