Hi,
I am working on RadGridView and catching the events based on selection of some cells with SelectedCellsChanged.
Every click on a cell should generate a RadGridView dynamically based on the content of the clicked cell. The format of all the generated RadView will be the same.
I can get the content of the cell clicked in the event handler function. My question is how to generate RadGridView dynamically and to use the values from the event handler function. In the attached file, I have shown the cell and just below in DetailedData groupbox I need to generate the RadGridView.
Thanks
I am working on RadGridView and catching the events based on selection of some cells with SelectedCellsChanged.
Every click on a cell should generate a RadGridView dynamically based on the content of the clicked cell. The format of all the generated RadView will be the same.
I can get the content of the cell clicked in the event handler function. My question is how to generate RadGridView dynamically and to use the values from the event handler function. In the attached file, I have shown the cell and just below in DetailedData groupbox I need to generate the RadGridView.
Thanks