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!!
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.