1
Answer

creating dynamic columns in telerik radgrid and accessing cells of that grid

i need to create dynamic columns in rad grid and place rad comboboxes in each cell of that grid.Now after this i have to bind those comboboxes to the datatable. i have created columns and placed comboboxes in each cell but i am unable to bind datatable to those comboboxes.i used class inheriting from itemplate interface and using InstantiateIn method to create columns and placing comboboxes.
thanks in advance
Anirudh
Answers (1)
0
Amit Choudhary

Amit Choudhary

NA 27.7k 3m 15y
hi friend,

There is bug in Accordian control regarding Item Command.

see article below about its release and bug:

http://www.codeplex.com/AjaxControlToolkit/WorkItem/View.aspx?WorkItemId=16965

and also you will find the solution there. Download the accordian.cs file form this page at above link and compile it.

Hope your bug get fixes.


Please don't forget to mark the answer if it helps you.
Accepted
0
Hi,

I am also facing the same issue. (ItemCommand Event doesn't triggered).

Can anyone tell me, how can i use that accordian.cs file.

Thanks in Advance,
Radhika.
0
Sunita Tajanpure

Sunita Tajanpure

NA 12 0 15y
Thanks For The Reply,

INamingContainer worked for me
-1
Sunita Tajanpure

Sunita Tajanpure

NA 12 0 15y
Can anyone please help me? This is very important! Sad