Hi,
How to obtain drill down in datagrid in silverlight 4. i have a list that binds the datagrid. but i need to drill down the grid based on countryid, stateid or username. Please help,
Thanks,
Vijay
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manas PatnaikPosted Dec 7, 2011, 3:37 AM
RowDetailsVisibilityChanged event to assign datasource to rowdetail templete.
vijay ragsPosted Dec 7, 2011, 2:37 AM
Thanks for your reply. But i need drill down in datagrid itself. that is if i click user id it will display the user information in another row of same grid which is inside the grid, like what we have in telerik radgrid allow grouping="true" will enable the radgrid to have a drill down effect. Some thing like that. Is that possible in silverlight 4 datagrid. i tried like this...
And in the .cs file i bind the grid with the result list using datacontext. please help
Thanks,
Vijay
Manas PatnaikPosted Dec 7, 2011, 2:02 AM
Hope this is what you are looking for.