Hello All.......
I am new in Asp.Net Web development..........I am facing one issue that after edit item tamplate is binded in Gridview, the edit row comes at the last instead of its original position, I want the edit row to be there in its original position, can somebody help me to solve this issue?
Thank you in advance
Regards
Vincent Maverick DuranoPosted May 1, 2015, 8:53 AM
I guess you made a right choice and that is to re-think your approach on the design so your business function will not be affected.
MSWeb DeveloperPosted May 1, 2015, 12:59 AM
Thanks for responding.
I have already tried tht way........without design the issue isnt thr, so have only asked that what makes conflicts........anyways now I have left it & thought another design.
Vincent Maverick DuranoPosted Apr 30, 2015, 7:43 AM
If you are sure that the jQuery affects your GridView then I would suggest you to remove that first and make your GridView work. Functionality is better than design. Once you got it work out then apply the design that you want.
MSWeb DeveloperPosted Apr 30, 2015, 4:23 AM
The problem is only & only due to design that is "jquery.multiselect.filter" js file only........can somebody look at it & answer what makes conflicts??
Vincent Maverick DuranoPosted Apr 29, 2015, 10:20 AM
You may want to look at the following step by step examples below for implementing edit,update and delete in gridview.
MSWeb DeveloperPosted Apr 22, 2015, 4:20 AM
I have reattached the entire essentials files including "jquery.multiselect.filter" js file.
can anyone suggest the changes in this js file, so that in edit mode gridview edit row cant move at the last?
Harminder SinghPosted Apr 22, 2015, 3:58 AM
MSWeb DeveloperPosted Apr 20, 2015, 1:25 AM
I looked at the links pasted over here, it doesnt help me to solve the issue........I guess my issue is coz of some design(css) or what?
Please, kindly look at the code that I have attached.
Thanks.
Gowtham RajamanickamPosted Apr 18, 2015, 1:23 PM
Gowtham RajamanickamPosted Apr 18, 2015, 1:22 PM
MSWeb DeveloperPosted Apr 18, 2015, 7:38 AM
Khargesh RajputPosted Apr 18, 2015, 6:59 AM
MSWeb DeveloperPosted Apr 18, 2015, 5:57 AM
The edit row should be in the position where it is rendered originally, instead it comes at last......I mean lets say if I edit second row of the first page, & no. of pages are 3 for records, then after clicking edit the edit row comes at the end of the 3rd page.
can anybody help me please?
Harminder SinghPosted Apr 18, 2015, 5:38 AM
http://asp.net-informations.com/gridview/gridview-operations.htm
or share your code
Khargesh RajputPosted Apr 18, 2015, 5:34 AM
just use below method
http://www.codeproject.com/Articles/37207/Editable-Gridview-with-Textbox-CheckBox-Radio-Butt