Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
Override click event for edit button
05/04/2011
18:53
Avatar
FusionGuy
Pennsylvania, USA
Member
Members
Forum Posts: 12
Member Since:
08/02/2010
sp_UserOfflineSmall Offline

So I've generated a grid and want to override the click event when the auto-generated edit button is clicked.  The client was us to display a JS alert modal dialog when no row is selected.  I tried overriding the "click" event and that works, but if they then select a row, nothing else happens..  Is there a way to capture the click event, verify that a row is selected, then continue processing the edit functionality??  Below is my code for the basic buttons.

$('#myGridName').jqGrid().navGrid('#myGridName',

{ add: false, del: true, search: false, refresh: false, edit: true },

08/04/2011
20:40
Avatar
Leandro Irgang
Brasil
Member
Members
Forum Posts: 21
Member Since:
04/01/2010
sp_UserOfflineSmall Offline

Hi

no tested, but leave the edit button with original behavior then make use of afterShowForm like code below

        afterShowForm:function (formid) {
            var rowid = $('#grid_test121').jqGrid('getGridParam', 'selrow');

            if (rowid == null) {
                $('#grid_test121').jqmHide();
                // your code here
            }
        },

Leandro

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
87 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

OlegK: 1255

markw65: 179

kobruleht: 144

phicarre: 132

YamilBracho: 124

Renso: 118

Member Stats:

Guest Posters: 447

Members: 11373

Moderators: 2

Admins: 1

Forum Stats:

Groups: 1

Forums: 8

Topics: 10592

Posts: 31289

Newest Members:

, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information