Apply Sorting Event For Gridview To Sort All Columns?

Oct 29, 2010

I have created gridview with list daatsource. I want apply sorting event for gridview to sort all columns.Here is my code:

protected void grduAdminSerservice_Sorting(object sender, GridViewSortEventArgs e)
{
DataTable tbl = grduAdminSerservice.DataSource as DataTable;

[code]...

View 1 Replies


Similar Messages:

Forms Data Controls :: Default Sort "The GridView "GridView1" Fired Event Sorting Which Wasn't Handled

Feb 19, 2010

I have a page displays CRM data (with CrmService) in GridView. Everything run ok until I tried to sort out one field by default and I received the following exception: The GridView 'GridView1' fired event Sorting which wasn't handled. The reason I am using GridView to do the sorting because:

1) Cannot do it with SQL "ORDER BY" since date retrieval from CRM Web Service

2) Cannot use OrderExpression for QueryExpression from CRM because the column I want to sort is generated by my algorithm

GridView1.Sort("ColumnName" SortDirection.Descending);
in Page_Load, or Button1_Sort(object sender, GridViewSortEventArgs e), they all trigger the above execption!

I also added the method to the following method to handle exception, but didn't work:

protected void GridView1_Sorting(object sender, GridViewSortEventArgs e)
{
GridView1.Sort("ColumnName" SortDirection.Descending);
}

View 2 Replies

Forms Data Controls :: How To Apply Gridview Sorting

Dec 8, 2010

i have a grid view can any one tell how to apply sorting in it

View 2 Replies

Web Forms :: GridView Sorting - How To Make Sort Order To Change

Feb 16, 2012

Here's my gridview when it comes it it's sorts on Age.  Sorting is available for all columns/headers.  How do I make the sort order to change on the ddsrpt sort to desc order when it's clicked?

<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False"
DataSourceID="SqlDataSource7" EnableModelValidation="True" Width="789px"
CaptionAlign="Top" Height="126px" BackColor="White" BorderColor="#DCBE68"
BorderStyle="Solid" BorderWidth="1px" CellPadding="4"
HorizontalAlign="Center" CellSpacing="2" Font-Names="Arial"
AllowSorting="True" EmptyDataText="No Records" DataKeyNames="FO,CLMSSN">

[Code] ....

I got this error message - Gridviewsortdirection is not declared

View 1 Replies

Forms Data Controls :: Gridview Sorting Function Doesn't Sort Correct In Sequence 1,2 3, 3 But 1,10,100?

Mar 31, 2010

the datatype in my database is Varchar, so that my gridview Sorting Function doesn't sort correct in sequence 1,2 3, 3 but 1,10,100, how can I sort in sequence 1,2,3,4 but no changing the datatype in database?

View 2 Replies

C# - Using Jquery To Sort Gridview Columns At Client Side?

Oct 27, 2010

How can I using JQuery sort any column of gridview at client side?

View 2 Replies

Forms Data Controls :: How To Sort The Columns In Gridview

Feb 2, 2011

I have 12 columns in a grid i want sort 3 of them when user clicks on Header, how can i do this.

U want these columns to be sort WOnumber,DD,PO.

View 1 Replies

Forms Data Controls :: Don't Get Sort Columns In Gridview

Mar 9, 2010

i am having a gridview in which all columns get dynamically added, i applied sorting in it, all column added as boundcolumn get sort properly but two column which are added as templated column do'nt get sort. Though my dataview have these column as it is.

View 2 Replies

Data Controls :: Automatically Sort Columns In GridView

Nov 13, 2013

sort column automatic in gridview asp.net c# not need sort on header...I can sort  from database in ms sql.

View 1 Replies

Forms Data Controls :: GridView: Apply Style To Certain Columns Only?

May 25, 2010

I have a column, description, in a GridView which has the most text data. As that column is defined as varchar(256), it can allow a string with 256 characters in it. In displaying, I don't want that column to stretch all the way. I use ItemStyle-Width to contain it to be 40% width. I also use word-break and word-wrap as:

GridView1.Attributes.Add("style", "word-break:break-all;word-wrap:break-word");

I guess this attribute apply to the whole GridView1. I have a column called category with possible data as "LINKAGE", "CURTAIN", etc. Now "LINKAGE" is broken up into "LINKAG" and "E" with the "E" goes to next line. The word "CURTAIN" have the "IN" goes to the next line.

Now how can I apply the word-break and word-wrap to only the description column?

View 3 Replies

Sorting A Gridview Alphabetically When Columns Are Codes?

Jun 15, 2010

i have a gridview populated by a Web Service search function. some of the columns in the grid are templatefields, because the values coming back from the search (in a datatable) are ids - i then use these ids to lookup the values when the rowdatabound event is triggered and populate a label or some such.
this means that my sorting function for these id/lookup columns sorts by the ids rather than the textual value that i have looked up and actually populated the grid with (although i do put the ids in the grids datakeys).

what i want to do is top be able to sort by the looked up textual value rather than the codes for these particular columns.what i was going to do to get around this was to when the datatable comes back from the search, adding more columns the textual values and doing all the looking up then, thus being able to sort directly from the manually added columns.

is there another way to do this? as that approach seems like a bit of a bodge. although i guess it does remove having to do the looking up in the rowdatabound event....

my sorting function works by sticking the datatable in the session and on each bind grabbing the sort column and binding the gridview to a DataView with the sort attribute set to the column - and the direction.

View 1 Replies

Forms Data Controls :: Gridview Images Do Not Sort When The Columns Are Sorted?

May 21, 2010

I have a gridview which displays images as shown in the code below. When the page loads the images load fine. But when any of the columns are sorted, the images are not displayed. In the page source view the grid still hold reference to the images when they were first loaded.

How do i bind the images so that they sort when the other columns are sorted.

[Code]....

View 4 Replies

Web Forms :: Implement Sorting Multiple Columns In GridView

Jul 23, 2012

How to sort grid view rows by multiple column?

View 1 Replies

Data Controls :: GridView Sorting On AlphaNumeric Columns

May 7, 2015

How to implement sorting in gridview with datasource present as viewstate  since paging is required,and with columns conatining alphanumeric characters( sorting as like of windows explorer)

View 1 Replies

Forms Data Controls :: Bind The Values To The Gridview By Sorting 3 Columns

Aug 13, 2010

I have a gridview to which I am binding a database values. My requirement is to bind the values to the gridview by sorting 3 columns as a default sorting with ASC order in one column and descending order in other two.. Can I do it in my .Net code or should I do that in Stored Procedure? If it can be done in .net code Can you tel me how it can be done.

View 2 Replies

MVC :: How To Apply Paging And Sorting

Jun 17, 2010

i am using mvc. in my view i have a html table. i would like ideas how i can apply a clean way of paging and sorting?

View 6 Replies

Web Forms :: How To Reset Gridview Sort On Buttonclick Event

Feb 23, 2012

I have a gridview and I used sqldatasource to bind data with gridview 

Sorting is working correctly 

But on first button click event  If i sort column Name by desc

and on second button click event the sort order for column name id desc only 

How to reset column sort as per sql query on every button click event ? 

View 1 Replies

Crystal Reports :: Sorting Groups By Sql Sort?

Jan 27, 2011

I want to sort groups in my report but not in asc or desc order preset, but by order that will be set in the SQL query.

"Original order" doesn`t seem to do the job, and "Specified order" is hard coded and I need it per SQL query.

My groups are on dates and this is why I want to be able to sort the groups.

View 4 Replies

Forms Data Controls :: Gridview Sort Expression - How To Reset A Gridview Or Prevent It From Doing A Sort

Sep 23, 2010

Just spent about 8 hours googling and looking through this forum for a solution on how to make sure that I can dynamically sort. Here is the situation.

I have 1 Gridview that displays 10 different scenarios based on what button is clicked.

I am also returning only top 10 records. I am doing all of the data binding pragmatically. So I have BoundFields, HyperLinkFields etc.

I also want to sort some records. When I change DataSource SQL statement the gridview somehow remembers what the last sort value was and it errors out saying that value "x" cannot be sorted because it does not exists.

I tried this:

Tried setting gridview1.sqldatasourceid = null; gridview1.allowsorting = false; gridview1.databind();

Here I get an error that says that the data source does not support sorting? Doesnt it say gridview1.allowsorting = false;

I also tried gridview1.sort("", SortDirection.Ascending); This does nothin... except query my database one more time because i have a onSorting event that looks like this:

[Code]....

Here is an example of just one of those SLQ statements inside GetSQLQuery:

[Code]....

View 1 Replies

Data Controls :: Apply Discount To GridView Amount On DropDownList SelectedIndexChanged Event?

Oct 15, 2012

i have a gridview in which i have a 3 column serial no, particular , amount .in particular column i have a feild tution fees . and its shows it amount any integer value( like 5000). now i have a dropdown list outside the grid n if i selct any value from that dropdown list . the tution fees will be change on the event of selecting value of drop down list.( say if i select the value 10 then it tution fee will be 4500 , means 10% discount on tution fees) how it will be done?

View 1 Replies

Forms Data Controls :: How To Code It Such That Sorting In Gridview1 Sort Gridview2 As Well

Mar 31, 2010

I have 2 Gridviews of the same structure and header. I want when user click hear of Gridview 1 for sorting, the same sorting applies to Gridview2 onclick.

View 4 Replies

Forms Data Controls :: How To Tell If The Event That Fired A Post Back Is The Gridview Column Click (to Sort The Grid)

Nov 17, 2010

If the grid column is clicked to sort i dont want to retireve data agian, i can get it from viewstate, but i dont know if that triggered the post back or if the ImageButton on the page triggered it

View 5 Replies

Forms Data Controls :: Keeping Custom Properties In GridView Added On OnRowDataBound Event While Sorting

Sep 14, 2010

All of my columns are bound in the Gridview. On OnRowDataBound event, I am adding some custom styles like underlines and colors to the text of the columns. Sorting of data is working fine but I am losing my custom styles when I sort. I am using the generic sorting code for the GridView.

How I can keep my custom styles on sorting that I added during OnRowDataBound event.

View 4 Replies

Forms Data Controls :: Gridview Fired Sorting Event Without Handle On Statement "helper.ApplyGroupSort()

Jan 25, 2010

I have problem with gridview sorting. I am using online example to sort a grid view. see the link [URL] but I always got an error "The gridview fired sorting event without handle" on this statement "helper.ApplyGroupSort();"

<table width="100%">
<tr>
<td colspan=3><asp:Label id="category_name" Runat="server"
ForeColor="#ff0000" Font-Bold=true /></td>
</tr>
<tr>
<td colspan="3" align="center" width="100%">
<asp:GridView ID="dg_drawings"
runat="server" AutoGenerateColumns="False" EnableViewState="False" CellPadding="5" CellSpacing="0" Width="90%"
>
<Columns>
<asp:BoundField DataField="Description"
SortExpression="Description" />
<asp:BoundField DataField="sub_description"
SortExpression="sub_description" />
<asp:BoundField DataField="drawing_id" InsertVisible="False"
ReadOnly="True"
SortExpression="drawing_id" />
<asp:BoundField DataField="DRAWING_DESCRIPTION"
SortExpression="DRAWING_DESCRIPTION" />
<asp:BoundField DataField="DWG_URL" SortExpression="DWG_URL" />
</Columns>
</asp:GridView>
</td>
</tr>
</table>

Here is my C# code

public partial class listDrawings : System.Web.UI.Page
{
admin _admin = new admin();
private GridViewHelper helper;
int categoryid = 0;
protected void Page_Load(object sender, EventArgs e)
{
if (Convert.ToString(Session["logged_in"]) == "1")
{
ph_header.Controls.Add(LoadControl("../controls/builder_header.ascx"));
}
else
{
ph_header.Controls.Add(LoadControl("../controls/header.ascx"));
}
/*if (Convert.ToString(Session["details_hit"]) != "1")
{
_admin.add_page_hit("Standard Details");
Session.Add("details_hit", "1");
}
*/
string categoryidStr = Request.QueryString["categoryid"];
string category = Request.QueryString["category"];
//int categoryid = 0;
if (categoryidStr != null)
{
categoryid = Convert.ToInt32(categoryidStr);
}
category_name.Visible = true;
category_name.Text = category + " Drawing Details";
get_category_drawings(categoryid);
}
protected void get_category_drawings(int categoryid)
{
OracleConnection myConn;
OracleCommand myCmd;
if (categoryid == 3)
{
myConn = new OracleConnection(ConfigurationManager.AppSettings.Get("oracle"));
myCmd = new OracleCommand("DRAWINGS.GET_STAR_SUB_DRAWINGS");
myCmd.CommandType = CommandType.StoredProcedure;
myCmd.Connection = myConn;
myCmd.Parameters.Add(new OracleParameter("iCATEGORY", OracleDbType.Int32, ParameterDirection.Input)).Value = categoryid;
myCmd.Parameters.Add(new OracleParameter("iSUB_CATEGORY", OracleDbType.Int32, ParameterDirection.Input)).Value = 0;
myCmd.Parameters.Add(new OracleParameter("oDRAWINGS", OracleDbType.RefCursor, ParameterDirection.Output));
}
else
{
myConn = new OracleConnection(ConfigurationManager.AppSettings.Get("oracle"));
myCmd = new OracleCommand("DRAWINGS.GET_STAR_DRAWINGS");
myCmd.CommandType = CommandType.StoredProcedure;
myCmd.Connection = myConn;
myCmd.Parameters.Add(new OracleParameter("iCATEGORY", OracleDbType.Int32, ParameterDirection.Input)).Value = categoryid;
myCmd.Parameters.Add(new OracleParameter("oDRAWINGS", OracleDbType.RefCursor, ParameterDirection.Output));
}
try
{
myConn.Open();
this.dg_drawings.DataSource = myCmd.ExecuteReader();
dg_drawings.DataBind();
helper = new GridViewHelper(this.dg_drawings);
string[] cols = new string[2];
cols[0] = "Description";
cols[1] = "sub_description";
helper.RegisterGroup(cols, true, true);
helper.ApplyGroupSort();
}
catch (OracleException ex)
{
if (categoryid == 3)
{
_admin.send_email("resources/listDrawings.aspx", "DRAWINGS.GET_STAR_SUB_DRAWINGS", ex.Message);
}
else
_admin.send_email("resources/listDrawings.aspx", "DRAWINGS.GET_STAR_DRAWINGS", ex.Message);
Response.Redirect("~/error.aspx");
}
finally
{
myCmd.Dispose();
myConn.Close();
myConn.Dispose();
}
}
}

View 5 Replies

Generate Different Event From Two Button Columns In Gridview?

May 29, 2010

how can i different generate event from two button columns in gridview? I add two button field one is Yes and one No and I want to call dirrerent function of server side from buttons.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved