Hi Team,
I am new to silver light and Telerik. I used silver light business application 5 and telerik dll , created a report page.
dynamically added the data set in grid view. Add mouse down event in a cell. once that cell clicked will get the data from other columns and will show another reports.
this works fine when i clicked the cell (without any filter) and also filter through selection for below code.
GridViewRow row = grdview.ItemContainerGenerator.ContainerFromItem(this.grdview.SelectedItem) as GridViewRow;
when the column drag and drop to group the data and clicked on the cell getting null on above code.
Kindly help on to solve this ASAP.