Tagged Questions
1
vote
0answers
20 views
JQuery Show/Hide a text column in a ASP Gridview control
I would appreciate any help and or suggestion that you all can give me. I am not
sure that I am going about this in the right way, but here is my requirement:
I have a asp:gridview that might have ...
1
vote
1answer
43 views
How to disable sorting JQuery DataTable with asp.net Gridview
I have a Datatable, at run time it will create and bind to Gridview Control, So I dnt know how many columns it would be,
Now i want to allow sorting only for 2nd Columns .i.e Name rest all will be ...
0
votes
1answer
109 views
Asp.net Gridview with JQuery DataTable - Gridview events not fire
In my Asp.net webb app, I have a page having Gridview control binding properly with database and
Delete/Add/Update functionality works well.
Event like GridView1_RowDeleting , ...
0
votes
2answers
75 views
prevent button inside a gridview to postback using javascript
i have gridview that uses template and i have two buttons inside the template. Here is my code for gridview:
<asp:GridView ID="gvtransaction" runat="server" AutoGenerateColumns="False" ...
0
votes
1answer
46 views
GridView Header Fixed and column Freezing
I have browsed in allmost all the sites but didnt get proper solution. My question is on Fixing Grid View header and freezing the column. Most of the sites say that the browser doesnt supports, well i ...
0
votes
0answers
21 views
Double Scroll Bar Issue in IE 8
Due to the presence of Grid View(Either Asp.net or Rad Grid),I am finding 2 scroll bars on my page.Can this issue be solved using Jquery.Also can you tell the jquery code to be included to solve the ...
-2
votes
0answers
53 views
get closest div having span in it jquery [closed]
I want to find the closest <td> having <span> element in it.
Below is my code:
$("td span:first-child").append("Hi Welcome");
The span element and table is in GridView which ...
0
votes
2answers
81 views
Jquery DataTable Sorting Numeric value column not working properly
In my Asp.net app, I have a Gridview Control and bind it on code behind.
And on client side I use Jquery DataTable version 1.9.4 for better Sorting,Searching functionality, Here i got one problem ...
1
vote
0answers
88 views
how can i traverse all cell of grid view?
i have grid view on my aspx page and i have text box above of my grid view if user type a data that is in my table it filter grid-view. i want to traverse in each cell of my grid and check the value ...
0
votes
2answers
91 views
jQuery GridView similar to Ext JS
I am currently using the GridView from Ext JS in one project and it is very feature-rich and complete.
However, I am looking for something functionally equivalent for another project. Something ...
0
votes
1answer
94 views
Convert Gridview to Datatable using JQuery or JavaScript
I am trying to convert a grid view to DataTable using javascript or JQuery. Can some on please help with this request. Please note that i cannot use AJAX due to server limitation. Please note that i ...
0
votes
2answers
130 views
How to select the value of a link button in gridview
I have a gridview i am trying to select the value of a link button clicked on a specific row of gridview. below is my code and it is erroring out due to the improper selecting of link button in ...
0
votes
1answer
77 views
Open a panel on a link button click (Panel contains checkbox list)
I seriously need some help here. I have grid view with some columns. one of the column in gridview is a linkbutton. The panel contains a preloaded checkbolist values and i want to open the panel on ...
0
votes
2answers
126 views
Jquery to move row up and down
I used the code given here to move rows up/down in a gridview using jquery and this works perfectly, but how can implement to move a row to first position or last in the table?
Any suggestions?
...
0
votes
2answers
266 views
How to get selected value of a gridview column which in jquery?
I am having gridview bind using Jquery like this with 3 columns..
var text = "<tr><td>" + '<input id="gvChk" class="gvChk" type="checkbox">'
+ "</td><td>" ...
0
votes
1answer
47 views
Yii - sorting only actually displayed GridView without connecting to mysql
I would like to have a gridview where I could sort actaully displayed values. I don't wan't to get different data from database but simply sort the displayed one. Just like jquery tablesorter plugin. ...
0
votes
1answer
118 views
How to set Dynamic id for <tr> of a Gridview in Jquery.?
Iam having a Gridview which loads dynamically
I have check box in that GridView . I just wanted to check if Two or More checkboxs are checked, i think i can check that by knowing the class of
Here ...
4
votes
2answers
228 views
How to reorder Gridview rows using Jquery?
I am using Drag and Drop for sorting rows of grid,
In this process i want Order(Sequence) of dragged row to be changed dynamically like if i drag 3rd row to 1st place i want it(order) to change to 1 ...
0
votes
0answers
110 views
'Loading' Indicator till asp.net gridview populates
I am trying to pull on a 'Loading' Indicator in my asp.net gridview until it populates...
But for some reasons it is not working..
Here is my code -
<body>
<form id="form1" ...
2
votes
2answers
346 views
Datepicker not appearing after adding rows to editable gridview
I have an editable Gridview with columns as below:
<asp:TemplateField HeaderText="Date" >
<ItemTemplate>
...
0
votes
1answer
81 views
jquery- hide columns in table where there are rowspans
I need to hide columns in a table but there are rowspans involved and it messes up the function. I appreciate any help. Below is the link for my code:
http://jsfiddle.net/SEwVP/73/
Here is the ...
2
votes
1answer
192 views
If CheckAll is selected then select all, if not then deselect all from Gridview using jQuery
I just stuck on manipulating with checkboxes, i have one Gridview having first column as checkbox in header as well as in rows, Checkboxes are bound with iID value from the database. I want to delete ...
0
votes
0answers
58 views
Create XML from gridview
I wanted to ask if there is a way to create an XML type structure by looping through a gridview using jQuery.
I have the following gridview:
Year Price Model User
2013 1000 Car Joe
2013 ...
0
votes
0answers
77 views
Create a dynamic gridview in order to sort by column with javascript after
IN ENGLISH :
Hello everybody,
sorry for my bad english, I'm french and I don't speak english very well :/
I have a big question and I hope that you can answer it :)
Currently, I'm working on ...
0
votes
1answer
320 views
Inserting jquery slider in gridview rows
-- I am using asp.net to create a gridview control and I want to add a jquery slider in one the column that is set to a predefined value. My approach was to use the gridview's row created event to ...
0
votes
2answers
1k views
Bind a method which returns DataTable to GridView using JQuery
example :
public DataTable GetCountries()
{
//all sql connection
//fetching data into a datatable
return objDataTable // returns a datatable
}
public void BindGridView()
{
...
0
votes
3answers
251 views
ASP.NET GridView in edit mode
I have a Gridview, that places two image icons for selecting and deleting a specific row. The grid is bound to a jquery datatable, but when I select the image to select the row, the default behaviour ...
0
votes
1answer
31 views
page life cycle when OnServerValidate fails (custom validator)
I have a gridview within an update panel. When the page loads I have javascript enable/disable fields in the gridview (call it Function X(). When the update panel updates I use ...
6
votes
1answer
514 views
Exception while binding jQuery datatable to gridview
I am trying to bind jquery datatable to gridview. It throws exception.
"The table must contain row sections in order of header, body, then footer. "
Steps
1) JavaScript call
<script ...
0
votes
1answer
160 views
Gridview loading animation using JQuery is a still frame i.e. does not animate
Hello and thanks for looking.
In my earlier project, I was using an UpdatePanel to show the loader gif when I was busy creating data to bind my Gridview with. I wanted to move this part of the code ...
1
vote
1answer
572 views
jQuery for CheckAll CheckBox in GridView column header
We have a GridView with multiple columns. Two of those columns contain CheckBoxes whilst the rest contain either TextBoxes or DropDownLists.
The form on which the GridView is placed is embedded ...
1
vote
1answer
172 views
Add html markup and gridview dyanmically in placeholder
I have jquery tabs on my page. I want to add tabs and gridview in each tab dynamically from code behind. How do I add that. I am mostly confused in add markup for jquery tabs in placeholder as below.
...
1
vote
2answers
796 views
How can jQuery select Table Row group by Colum's value?
I have a problem regarding jQuery selector, where I have a Table structure as below (HTML Portion), and there is a link in table column for click and move the Table Row "UP" and "Down" by using jQuery ...
-1
votes
1answer
208 views
I need to show checkboxlist as box below the textbox when user clicks or hover the textbox inside a gridview
I need to show checkboxlist as box below the textbox when user clicks or hover the textbox inside a gridview.Please help if you have faced similar issues
1
vote
1answer
256 views
JQuery loop through nested gridview
Is there anyway to loop through a nested gridview? This is the javascript I have so far, I don't think I'm far off a solution:
$(document).ready(function() {
$("#<%=gvAdmin.ClientID %> ...
1
vote
3answers
602 views
How to select and check changes of DropDownList in GridView?
I have a ASP.NET GridView control and DropDownList control inside the GridiView as below:
<asp:GridView ID="GridView1" runat="server">
<Columns>
<asp:TemplateField>
...
0
votes
1answer
772 views
how to get the DataKey value in gridview using jquery or javascript? PLEASE READ THE CODE AS WELL BEFORE ANSWER
I have a gridview and i am adding two buttons "Edit and Delete" dynamically(by code). Here is my HTML Code:
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="false" CellPadding="4"
...
1
vote
1answer
116 views
Horizontal (rotated) grid
This question was previously close as "too vague". Since I'm really desperate for the answer let me try again.
I spend few past days looking and trying to find JavaScript-based implementation for the ...
-1
votes
1answer
117 views
Highlight multiple gridview rows as one
A gridview displays as follows:
FAMILY GROUP COLOR
===============================================
| | Poodle | Blue
ROW1 | DOG | German ...
0
votes
0answers
71 views
Jquery function for GridView
I have a gridview, having four columns, SubOM1,SubOM2,SubOM2 and txtRemarks.I want to add the values of SubOM1,SubOM2 and SubOM3 and assingn it to txtRemarks columns for each row. Below is my script, ...
0
votes
0answers
272 views
how to make a scrollable gridview in asp.net without using div or jquery
This is my div for making a scrollable gridview:
div#scroll
{
font-family: Arial;
font-size: small;
width: 886px;
height: 180px;
overflow: scroll;
position: relative;
...
1
vote
2answers
339 views
jquery live click with onclick server side
I am developing ASP.Net Web Application using jquery and I'm new in a jquery , I've a grid view "grdVwFirst" with expand button,after clicking on expand a dialogue with another grid view ...
0
votes
0answers
588 views
Gridview within gridview to have fixed header and pager using jquery
I have built a GridView in which each row has a GridView. So for the top most GridView i want to header and pager to be fixed so that only its content can be scrolled using jquery. I have tried ...
0
votes
1answer
2k views
Add rows to gridview using jquery
initially my gridview is bind with one data and when user click on add more button then i add one row at a time to gridview by jquery. my code is working fine but the problem is when i added 5 rows to ...
2
votes
2answers
585 views
GridView Up and Down Navigation using jQuery
I am trying to achieve GridView Up and Down keyboard navigation feature, using jQuery. I have written code for the same, but with a bug that it is working only once.
Steps to reproduce the bug
...
0
votes
4answers
217 views
Jquery Assign label text which is in gridivew
How to get the label which is inside gridview and assign a text for that label using jquery. In general we use the following for assigning a text in jquery
("[id$='label1']").val('Value') or ...
0
votes
0answers
384 views
Add data to gridview template field using jquery?
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False">
<Columns>
<asp:TemplateField HeaderText="isbn">
...
1
vote
2answers
120 views
Add a row to change headers of table column and add row on top of header using jQuery
I have following table.
I want to remove city name from column header and put it on top. Like following:
Columns with city names are dynamically added in code and can be in any number i.e. 0, 1 to ...
1
vote
6answers
1k views
How to open a page in a new tab in the rowcommand event of gridview?
I have the following code :
protected void gv_inbox_RowCommand(object sender, GridViewCommandEventArgs e)
{
int index = Convert.ToInt32(e.CommandArgument);
if (e.CommandName == "sign")
{
...
1
vote
1answer
289 views
Show/Hide and search rows in table
I have a table which I search (show/hide rows) using quicksearch jQuery plugin. In same table I have to show/hide all the rows where checkbox (first column in table) is checked, if user click toggle ...









