Hi All,
I need to implement a tabbed navigation.
Each tab will contain 1-2 grids with sharepoint list data.
I want this to be done with out post back problems.
So, I am planning to use jQuery UI tabs control and place grids.
Can anyone suggest how to effectively implement grids in these tabs(zones)? Which grid should I use?
Can this be built in a User Control and then called in my sharepoint page? This is a CSOM model and hence I want to know the best way to implement this.
Please Suggest.