Hi All,
I've pivotted my data in my datasource (web service) and therefore I don't know how many columns I will have (or what their names will be) except the first few.
This thread was helpful -- http://www.telerik.com/community/forums/aspnet/grid/multi-row-edit-in-grid.aspx -- but it doesn't cover my situation as they have explicitly set the editItemTemplate, which I can't do.
I was able to get checkboxes in all of my cells(that's the goal) using the radgrid_ItemDataBound event and just cycling through all the columns adding the checkbox to the controls collection for each cell. That feels dirty. And, in my radgrid_ItemCommand event I'm not getting any data from the checkboxes anyway.
Can someone give me a tip to get rolling?
I think I have two questions.
1) How SHOULD I be getting those checkboxes in there (all cells get one)
2) How do I get the data back.
Note that the columns are all automatically generated.
Thanks for any tips.
Tom B.
I've pivotted my data in my datasource (web service) and therefore I don't know how many columns I will have (or what their names will be) except the first few.
This thread was helpful -- http://www.telerik.com/community/forums/aspnet/grid/multi-row-edit-in-grid.aspx -- but it doesn't cover my situation as they have explicitly set the editItemTemplate, which I can't do.
I was able to get checkboxes in all of my cells(that's the goal) using the radgrid_ItemDataBound event and just cycling through all the columns adding the checkbox to the controls collection for each cell. That feels dirty. And, in my radgrid_ItemCommand event I'm not getting any data from the checkboxes anyway.
Can someone give me a tip to get rolling?
I think I have two questions.
1) How SHOULD I be getting those checkboxes in there (all cells get one)
2) How do I get the data back.
Note that the columns are all automatically generated.
Thanks for any tips.
Tom B.