Dategrid filtering and sorting
How can we sort all the fields at once?
Answer Posted / ish
By putting the dataset value in dataview and sort that
dataview According the field and for filtering we can use
rowfilter option with dataview . after that we can bind
that dataview value with datagrid.
we can also use sortexpression in datagrid propertybuilder.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what are the security certificates used in webservices?
Where do we store our connection string in asp.net application?
Distinguish between Server-side and Client-side code with its functionality?
What are resource file and how do we generate resource file?
Differentiate between authentication and authorization.
What is the asp.net control toolkit?
What is a reflection?
Is LINQ performance wise better or using sqlcommand?
What is a viewstate?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
Why we go for mvc instead of asp.net? : Asp.Net MVC
Why is xap important?
What is runat?
How to add DateTime Control in normal DataGrid Server Control?