Dear Telerik development team,
is there any way to create CheckBox columns in RadGrid fully programmatically in the code-behind?
I have List<string> collection and I would like to add RadGrid (with two columns) to my aspx page. However, I must do this fully programmatically by code-behind. Please, do not ask me why such scenario ;) .
So, the first column should contain items from List<string> collection, and the second one should contain enabled checkboxes.
Finally, a RadButton to get which items from the RadGrid rows are selected, should be added under the RadGrid.
Can somebody help me to accomplish described scenario by code-behind only, please?
Thank you very much.
Miro
is there any way to create CheckBox columns in RadGrid fully programmatically in the code-behind?
I have List<string> collection and I would like to add RadGrid (with two columns) to my aspx page. However, I must do this fully programmatically by code-behind. Please, do not ask me why such scenario ;) .
So, the first column should contain items from List<string> collection, and the second one should contain enabled checkboxes.
Finally, a RadButton to get which items from the RadGrid rows are selected, should be added under the RadGrid.
Can somebody help me to accomplish described scenario by code-behind only, please?
Thank you very much.
Miro