Hi all,
I want to design multi views for my Grid but I don't have idea to do that.
For example: we have 2 views (UI) for the Grid and User can choose which view to be viewed (of course, we only have one datasource)
P/S: sorry for my bad English
Any help will be appreciated
Thanks
Dan
2 Answers, 1 is accepted
0
Accepted
Iana Tsolova
Telerik team
answered on 03 Jan 2011, 04:30 PM
Hello Dan,
Can you elaborate on how different do you want the grid views to be? Or illustrate what should they look like.
However you can define two different grids, using the same DataSourceControl or the same NeedDataSource event handler to be bound. Then alter their Visible property accordingly.