开发者

Data Web Controls

开发者 https://www.devze.com 2022-12-28 05:53 出处:网络
In a repeater control can we achive both sorting and groupin开发者_StackOverflowg together, If possiple plz guide me the way.

In a repeater control can we achive both sorting and groupin开发者_StackOverflowg together, If possiple plz guide me the way.

If not, what is the best control to obtain just sorting and grouping.

Thank You


There is no built-in data control with grouping and sorting which works out of the box in .net framework. You need to implement sorting and grouping by yourself. As implemented solutions you can look at devexpress gridview or jquery grid plugin.

If you want to implement sorting in repeater control - look at this.

0

精彩评论

暂无评论...
验证码 换一张
取 消